API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. X509Extension View Source
Author(s)
Hemma Prafullchandra
Since
Version
1.23 05/11/17
Serial
Hierarchy
 X509Extension
Subinterfaces
Description
public interface X509Extension
  Interface for an X.509 extension.
See also:   
Methods
Hide/Show inherited methods
public Set<String> 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.
public byte getExtensionValue (String oid)
  Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
public Set<String> 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.
public boolean hasUnsupportedCriticalExtension ()
  Check if there is a critical extension that is not supported.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar