Package java.security.cert
Interface X509Extension
-
- All Known Implementing Classes:
X509Certificate
,X509CRL
,X509CRLEntry
public interface X509Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set
getCriticalExtensionOIDs()
byte[]
getExtensionValue(String var0)
Set
getNonCriticalExtensionOIDs()
boolean
hasUnsupportedCriticalExtension()
-