@Unstable public class X509DirectoryName extends DistinguishedName implements X509StringGeneralName, org.xwiki.crypto.pkix.internal.extension.BcGeneralName
| Constructor and Description |
|---|
X509DirectoryName(org.bouncycastle.asn1.x509.GeneralName name)
Create a new instance from a Bouncy Castle general name.
|
X509DirectoryName(Object name)
Create a new directory name.
|
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.GeneralName |
getGeneralName() |
equals, getEncoded, getName, getX500Name, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNamepublic X509DirectoryName(Object name)
name - the DN name like in "CN=Common Name, O=Organisation"public X509DirectoryName(org.bouncycastle.asn1.x509.GeneralName name)
name - the Bouncy Castle general name.public org.bouncycastle.asn1.x509.GeneralName getGeneralName()
getGeneralName in interface org.xwiki.crypto.pkix.internal.extension.BcGeneralNameCopyright © 2004–2014 XWiki. All rights reserved.