org.metastatic.jessie.pki.ext

Class Extension


public class Extension
extends java.lang.Object

Nested Class Summary

static class
Extension.Value

Field Summary

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.

Constructor Summary

Extension(byte[] encoded)

Method Summary

OID
getOid()
Extension.Value
getValue()
boolean
isCritical()
boolean
isSupported()

Field Details

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.

value

protected final Extension.Value value
The extension value.

Constructor Details

Extension

public Extension(byte[] encoded)
            throws IOException

Method Details

getOid

public OID getOid()

getValue

public Extension.Value getValue()

isCritical

public boolean isCritical()

isSupported

public boolean isSupported()