All Packages Class Hierarchy This Package Previous Next Index
Class iaik.x509.UnknownExtension
java.lang.Object
|
+----iaik.x509.V3Extension
|
+----iaik.x509.UnknownExtension
- public class UnknownExtension
- extends V3Extension
This class implements all unknown extensions.
It trys to show as much information as possible about the extension.
-
UnknownExtension(ObjectID)
- Creates a new unknown extension.
-
getName()
- Returns the object id of the unknown extension.
-
getObjectID()
- Returns the object id of the unknown extension.
-
hashCode()
- Returns a hashcode for this identity.
-
init(ASN1Object)
- Inits the implementation with an ASN1 object from a certificate.
-
toASN1Object()
- Creates an ASN1Object, which is the value of the SEQUENCE Extension
-
toString()
-
UnknownExtension
public UnknownExtension(ObjectID oid)
- Creates a new unknown extension.
- Parameters:
- oid - the object id of the unknown extension
getObjectID
public ObjectID getObjectID()
- Returns the object id of the unknown extension.
- Returns:
- the object id of the unknown extension
- Overrides:
- getObjectID in class V3Extension
getName
public String getName()
- Returns the object id of the unknown extension.
- Returns:
- the object id of the unknown extension
- Overrides:
- getName in class V3Extension
init
public void init(ASN1Object obj)
- Inits the implementation with an ASN1 object from a certificate.
- Overrides:
- init in class V3Extension
toASN1Object
public ASN1Object toASN1Object()
- Creates an ASN1Object, which is the value of the SEQUENCE Extension
- Overrides:
- toASN1Object in class V3Extension
hashCode
public int hashCode()
- Returns a hashcode for this identity.
- Returns:
- a hash code for this identity
- Overrides:
- hashCode in class V3Extension
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index