anon.crypto
Class X509UnknownExtension

java.lang.Object
  extended by anon.crypto.AbstractX509Extension
      extended by 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 anon.crypto.AbstractX509Extension
equals, getBCExtension, getDEROctets, getIdentifier, getInstance, hashCode, isCritical, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
The identifier is unknown and contains null.

Constructor Detail

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
Method Detail

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