|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwiki.crypto.pkix.params.x509certificate.extension.X509GenericName
@Unstable public class X509GenericName
Generic holder for general name not supported by specific class.
Constructor Summary | |
---|---|
X509GenericName(byte[] encoded)
Create a new instance from a encoded ASN.1 name. |
|
X509GenericName(org.bouncycastle.asn1.x509.GeneralName name)
Create a new instance from a Bouncy Castle general name. |
|
X509GenericName(int tag,
byte[] encoded)
Create a new instance from a encoded ASN.1 value. |
Method Summary | |
---|---|
org.bouncycastle.asn1.x509.GeneralName |
getGeneralName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509GenericName(int tag, byte[] encoded) throws IOException
tag
- the tag value.encoded
- the encoded ASN.1 value.
IOException
- on encoding error.public X509GenericName(byte[] encoded) throws IOException
encoded
- the encoded ASN.1 value.
IOException
- on encoding error.public X509GenericName(org.bouncycastle.asn1.x509.GeneralName name)
name
- the Bouncy Castle general name.Method Detail |
---|
public org.bouncycastle.asn1.x509.GeneralName getGeneralName()
getGeneralName
in interface org.xwiki.crypto.pkix.internal.extension.BcGeneralName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |