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.


Constructor Index

 o UnknownExtension(ObjectID)
Creates a new unknown extension.

Method Index

 o getName()
Returns the object id of the unknown extension.
 o getObjectID()
Returns the object id of the unknown extension.
 o hashCode()
Returns a hashcode for this identity.
 o init(ASN1Object)
Inits the implementation with an ASN1 object from a certificate.
 o toASN1Object()
Creates an ASN1Object, which is the value of the SEQUENCE Extension
 o toString()

Constructors

 o UnknownExtension
 public UnknownExtension(ObjectID oid)
Creates a new unknown extension.

Parameters:
oid - the object id of the unknown extension

Methods

 o 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
 o 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
 o init
 public void init(ASN1Object obj)
Inits the implementation with an ASN1 object from a certificate.

Overrides:
init in class V3Extension
 o toASN1Object
 public ASN1Object toASN1Object()
Creates an ASN1Object, which is the value of the SEQUENCE Extension

Overrides:
toASN1Object in class V3Extension
 o hashCode
 public int hashCode()
Returns a hashcode for this identity.

Returns:
a hash code for this identity
Overrides:
hashCode in class V3Extension
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index