gnu.crypto.pki.ext
Class Extension
protected boolean | critical - The criticality flag.
|
protected byte[] | encoded - The DER encoded form.
|
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.
encoded
protected byte[] encoded
The DER encoded form.
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
getDerValue
public DERValue getDerValue()
getEncoded
public byte[] getEncoded()
getOid
public OID getOid()
isCritical
public boolean isCritical()
isSupported
public boolean isSupported()
toString
public String toString()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.