KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > X509Extension

java.security.cert
Interface X509Extension

All Known Implementing Classes:
X509Certificate, X509CRL, X509CRLEntry
See Also:
Source Code

Set<String> getCriticalExtensionOIDs()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getExtensionValue(String oid)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Set<String> getNonCriticalExtensionOIDs()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean hasUnsupportedCriticalExtension()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags