Class X509CRL
java.lang.Object
java.security.cert.CRL
java.security.cert.X509CRL
- All Implemented Interfaces:
X509Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract Setabstract byte[]abstract byte[]getExtensionValue(String var0) abstract Principalabstract Dateabstract Setabstract X509CRLEntryabstract Setabstract Stringabstract Stringabstract byte[]abstract byte[]abstract byte[]abstract Dateabstract intinthashCode()abstract booleanabstract voidabstract void
-
Constructor Details
-
X509CRL
protected X509CRL()
-
-
Method Details
-
getEncoded
- Throws:
CRLException
-
getIssuerDN
-
getNextUpdate
-
getRevokedCertificate
-
getRevokedCertificates
-
getSigAlgName
-
getSigAlgOID
-
getSigAlgParams
public abstract byte[] getSigAlgParams() -
getSignature
public abstract byte[] getSignature() -
getTBSCertList
- Throws:
CRLException
-
getThisUpdate
-
getVersion
public abstract int getVersion() -
verify
public abstract void verify(PublicKey var0) throws CRLException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException -
verify
public abstract void verify(PublicKey var0, String var1) throws CRLException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException -
equals
-
hashCode
-
hasUnsupportedCriticalExtension
public abstract boolean hasUnsupportedCriticalExtension()- Specified by:
hasUnsupportedCriticalExtensionin interfaceX509Extension
-
getCriticalExtensionOIDs
- Specified by:
getCriticalExtensionOIDsin interfaceX509Extension
-
getNonCriticalExtensionOIDs
- Specified by:
getNonCriticalExtensionOIDsin interfaceX509Extension
-
getExtensionValue
- Specified by:
getExtensionValuein interfaceX509Extension
-