Package java.security.cert
Class X509CRL
java.lang.Object
java.security.cert.CRL
java.security.cert.X509CRL
- All Implemented Interfaces:
X509Extension
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.security.cert.X509Extension
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
-
Constructor Details
-
X509CRL
protected X509CRL()
-
-
Method Details
-
getEncoded
- Throws:
CRLException
-
getIssuerDN
-
getIssuerX500Principal
-
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 InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, CRLException -
verify
public abstract void verify(PublicKey var0, String var1) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, CRLException
-