Foundation API Reference
Foundation API Reference
/
io.esper.foundationsdk.credentials
/
CertType
Cert
Type
public
enum
CertType
implements
Parcelable
Entries
Functions
Properties
Entries
USR_CERT
Link copied to clipboard
USR_CERT
CA_CERT
Link copied to clipboard
CA_CERT
Properties
CREATOR
Link copied to clipboard
public
final
static
Parcelable.Creator
<
CertType
>
CREATOR
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
value
Of
Link copied to clipboard
public
static
CertType
valueOf
(
String
name
)
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
public
static
Array
<
CertType
>
values
(
)
Returns an array containing the constants of this enum type, in the order they're declared.
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
Parcel
dest
,
int flags
)