org.metastatic.jessie.pki.ext
Class Extension
java.lang.Object
org.metastatic.jessie.pki.ext.Extension
public class Extension
extends java.lang.Object
protected boolean | critical - The criticality flag.
|
protected boolean | isSupported - Whether or not this extension is locally supported.
|
protected OID | oid - This extension's object identifier.
|
protected Extension.Value | value - The extension value.
|
critical
protected final boolean critical
The criticality flag.
isSupported
protected boolean isSupported
Whether or not this extension is locally supported.
oid
protected final OID oid
This extension's object identifier.
Extension
public Extension(byte[] encoded)
throws IOException
getOid
public OID getOid()
isCritical
public boolean isCritical()
isSupported
public boolean isSupported()