anon.crypto
Class X509UnknownExtension
java.lang.Object
anon.crypto.AbstractX509Extension
anon.crypto.X509UnknownExtension
public final class X509UnknownExtension
- extends AbstractX509Extension
This extension is instantiated if the type is unknown. Missing extensions should be implemented
when needed.
- Author:
- Rolf Wendolsky
Field Summary |
static java.lang.String |
IDENTIFIER
The identifier is unknown and contains null. |
Constructor Summary |
X509UnknownExtension(org.bouncycastle.asn1.DERSequence a_extension)
Creates an extension from a BouncyCastle DER sequence. |
Method Summary |
java.lang.String |
getName()
Returns "UnknownExtension". |
java.util.Vector |
getValues()
Returns the value of this extension a a single String object in a Vector. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- The identifier is unknown and contains null.
X509UnknownExtension
X509UnknownExtension(org.bouncycastle.asn1.DERSequence a_extension)
- Creates an extension from a BouncyCastle DER sequence. For internal use only.
- Parameters:
a_extension
- a DERSequence
getName
public java.lang.String getName()
- Returns "UnknownExtension".
- Specified by:
getName
in class AbstractX509Extension
- Returns:
- "UnknownExtension"
getValues
public java.util.Vector getValues()
- Returns the value of this extension a a single String object in a Vector. The value does
not need to be human-readable.
- Specified by:
getValues
in class AbstractX509Extension
- Returns:
- a Vector containing the value of this extension as single String object