java.security.cert.X509Extension |
Known Indirect Subclasses |
The interface specifying an X.509 Certificate or CRL extension.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the set of OIDs of the extension(s) marked as CRITICAL, that this
implementation manages.
| |||||||||||
Returns the extension value as DER-encoded OCTET string for the specified
OID.
| |||||||||||
Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that
this implementation manages.
| |||||||||||
Returns whether this instance has an extension marked as CRITICAL that it
cannot support.
|
Returns the set of OIDs of the extension(s) marked as CRITICAL, that this implementation manages.
null
if no extensions are
present.
Returns the extension value as DER-encoded OCTET string for the specified OID.
oid | the object identifier to get the extension value for. |
---|
null
if no extension for the specified OID can be found.
Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that this implementation manages.
null
if no
extensions are present.
Returns whether this instance has an extension marked as CRITICAL that it cannot support.
true
if an unsupported CRITICAL extension is present,
false
otherwise.