Methods Summary |
---|
public java.util.Set | getCriticalExtensionOIDs()Returns the set of OIDs of the extension(s) marked as CRITICAL, that this
implementation manages.
|
public byte[] | getExtensionValue(java.lang.String oid)Returns the extension value as DER-encoded OCTET string for the specified
OID.
|
public java.util.Set | getNonCriticalExtensionOIDs()Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that
this implementation manages.
|
public boolean | hasUnsupportedCriticalExtension()Returns whether this instance has an extension marked as CRITICAL that it
cannot support.
|