public final class X509UnknownExtension extends AbstractX509Extension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IDENTIFIER
The identifier is unknown and contains null.
|
| Constructor and Description |
|---|
X509UnknownExtension(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
Creates an extension from a BouncyCastle DER sequence.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns "UnknownExtension".
|
java.util.Vector |
getValues()
Returns the value of this extension a a single String object in a Vector.
|
equals, getBCExtension, getDEROctets, getIdentifier, getInstance, hashCode, isCritical, toStringpublic static final java.lang.String IDENTIFIER
X509UnknownExtension(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
a_extension - a DERSequencepublic java.lang.String getName()
getName in class AbstractX509Extensionpublic java.util.Vector getValues()
getValues in class AbstractX509ExtensionCopyright © 2023. All rights reserved.