IkeDerAsn1DnIdentification
public
final
class
IkeDerAsn1DnIdentification
extends IkeIdentification
java.lang.Object | ||
↳ | 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
Fields | |
---|---|
public
final
X500Principal |
derAsn1Dn
The ASN.1 X.500 Distinguished Name |
Public constructors | |
---|---|
IkeDerAsn1DnIdentification(X500Principal derAsn1Dn)
Construct an instance of IkeDerAsn1DnIdentification with an ASN.1 X.500 Distinguished Name |
Inherited methods | |
---|---|
Fields
derAsn1Dn
public final X500Principal derAsn1Dn
The ASN.1 X.500 Distinguished Name
Public constructors
IkeDerAsn1DnIdentification
public IkeDerAsn1DnIdentification (X500Principal derAsn1Dn)
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 . |