Constructs an Extension from individual components of ObjectIdentifier, criticality and the raw encoded extension value.
Write the extension to the DerOutputStream.
Returns true if extension is critical.
Returns the ObjectIdentifier of the extension.
Returns the extension value as an byte array for further processing. Note, this is the raw DER value of the extension, not the DER encoded octet string which is in the certificate. This method does not return a clone; it is the responsibility of the caller to clone the array if necessary.
Returns the Extension in user readable form.
Returns a hashcode value for this Extension.
Compares this Extension for equality with the specified object. If the <code>other</code> object is an <code>instanceof</code> <code>Extension</code>, then its encoded form is retrieved and compared with the encoded form of this Extension.