public interface X509Extension
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getCriticalExtensionOIDs()
Returns a set of the CRITICAL extension OIDs from the
certificate/CRL that the object implementing this interface
manages.
|
byte[] |
getExtensionValue(java.lang.String oid)
Returns the DER encoded OCTET string for the specified
extension value identified by a OID.
|
java.util.Set<java.lang.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()
java.util.Set<java.lang.String> getCriticalExtensionOIDs()
java.util.Set<java.lang.String> getNonCriticalExtensionOIDs()
byte[] getExtensionValue(java.lang.String oid)