public interface X509Extension
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCriticalExtensionOIDs()
Returns a set of the CRITICAL extension OIDs from the
certificate/CRL that the object implementing this interface
manages.
|
byte[] |
getExtensionValue(String oid)
Returns the DER encoded OCTET string for the specified
extension value identified by a OID.
|
Set<String> |
getNonCriticalExtensionOIDs()
Returns a set of the NON-CRITICAL extension OIDs from the
certificate/CRL that the object implementing this interface
manages.
|
boolean |
hasUnsupportedCriticalExtension()
Returns true if the certificate contains a critical extension
that is not supported.
|
boolean hasUnsupportedCriticalExtension()
Set<String> getCriticalExtensionOIDs()
Set<String> getNonCriticalExtensionOIDs()
byte[] getExtensionValue(String oid)