gnu.crypto.pki.ext
public class Extension extends Object
| Nested Class Summary | |
|---|---|
| static class | Extension.Value |
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| Extension(byte[] encoded) | |
| Extension(OID oid, Extension.Value value, boolean critical) | |
| Method Summary | |
|---|---|
| DERValue | getDerValue() |
| byte[] | getEncoded() |
| OID | getOid() |
| Extension.Value | getValue() |
| boolean | isCritical() |
| boolean | isSupported() |
| String | toString() |