Stay organized with collections
Save and categorize content based on your preferences.
IkeDerAsn1DnIdentification
class IkeDerAsn1DnIdentification : IkeIdentification
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 |
Construct an instance of IkeDerAsn1DnIdentification with an ASN.
|
Public constructors
IkeDerAsn1DnIdentification
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 . |
Properties
derAsn1Dn
val derAsn1Dn: X500Principal
The ASN.1 X.500 Distinguished Name
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# IkeDerAsn1DnIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIkeDerAsn1DnIdentification\n==========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/IkeDerAsn1DnIdentification \"View this page in Java\") \n\n```\nclass IkeDerAsn1DnIdentification : IkeIdentification\n```\n\n|---|---|-------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [android.net.ipsec.ike.IkeIdentification](/reference/kotlin/android/net/ipsec/ike/IkeIdentification) ||\n| | ↳ | [android.net.ipsec.ike.IkeDerAsn1DnIdentification](#) |\n\nThis class represents an IKE entity ID based on a DER encoded ASN.1 X.500 Distinguished Name.\n\nAn example might be \"CN=ike.test.android.net, O=Android, C=US\".\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [IkeDerAsn1DnIdentification](#IkeDerAsn1DnIdentification(javax.security.auth.x500.X500Principal))`(`derAsn1Dn:` `[X500Principal](../../../../javax/security/auth/x500/X500Principal.html#)`)` Construct an instance of IkeDerAsn1DnIdentification with an ASN. |\n\n| Properties ||\n|---------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [X500Principal](../../../../javax/security/auth/x500/X500Principal.html#) | [derAsn1Dn](#derAsn1Dn:javax.security.auth.x500.X500Principal) The ASN. |\n\nPublic constructors\n-------------------\n\n### IkeDerAsn1DnIdentification\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nIkeDerAsn1DnIdentification(derAsn1Dn: X500Principal)\n```\n\nConstruct an instance of IkeDerAsn1DnIdentification with an ASN.1 X.500 Distinguished Name\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `derAsn1Dn` | [X500Principal](../../../../javax/security/auth/x500/X500Principal.html#): the ASN.1 X.500 Distinguished Name. This value cannot be `null`. |\n\nProperties\n----------\n\n### derAsn1Dn\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nval derAsn1Dn: X500Principal\n```\n\nThe ASN.1 X.500 Distinguished Name"]]