Added in API level 31
IkeDerAsn1DnIdentification
class IkeDerAsn1DnIdentification : IkeIdentification
kotlin.Any | ||
↳ | android.net.ipsec.ike.IkeIdentification | |
↳ | android.net.ipsec.ike.IkeDerAsn1DnIdentification |
This class represents an IKE entity ID based on a DER encoded ASN.1 X.500 Distinguished Name.
An example might be "CN=ike.test.android.net, O=Android, C=US".
Summary
Public constructors | |
---|---|
IkeDerAsn1DnIdentification(derAsn1Dn: X500Principal) Construct an instance of IkeDerAsn1DnIdentification with an ASN. |
Properties | |
---|---|
X500Principal |
The ASN. |
Public constructors
IkeDerAsn1DnIdentification
Added in API level 31
IkeDerAsn1DnIdentification(derAsn1Dn: X500Principal)
Construct an instance of IkeDerAsn1DnIdentification with an ASN.1 X.500 Distinguished Name
Parameters | |
---|---|
derAsn1Dn |
X500Principal: the ASN.1 X.500 Distinguished Name. This value cannot be null . |