Example usage for Java java.security.cert X509Extension fields, constructors, methods, implement or subclass
The text is from its open source code.
Set | getCriticalExtensionOIDs() Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface. |
byte[] | getExtensionValue(String oid) Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String. |
Set | getNonCriticalExtensionOIDs() Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface. |