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
Modifier and TypeMethodDescriptionboolean
abstract Set
abstract byte[]
abstract byte[]
getExtensionValue
(String var0) abstract Principal
abstract Date
abstract Set
abstract X509CRLEntry
abstract Set
abstract String
abstract String
abstract byte[]
abstract byte[]
abstract byte[]
abstract Date
abstract int
int
hashCode()
abstract boolean
abstract void
abstract 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
public int hashCode() -
hasUnsupportedCriticalExtension
public abstract boolean hasUnsupportedCriticalExtension()- Specified by:
hasUnsupportedCriticalExtension
in interfaceX509Extension
-
getCriticalExtensionOIDs
- Specified by:
getCriticalExtensionOIDs
in interfaceX509Extension
-
getNonCriticalExtensionOIDs
- Specified by:
getNonCriticalExtensionOIDs
in interfaceX509Extension
-
getExtensionValue
- Specified by:
getExtensionValue
in interfaceX509Extension
-