|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.cert.CRL
java.security.cert.X509CRL
org.bouncycastle.jce.provider.X509CRLObject
The following extensions are listed in RFC 2459 as relevant to CRLs Authority Key Identifier Issuer Alternative Name CRL Number Delta CRL Indicator (critical) Issuing Distribution Point (critical)
Constructor Summary | |
X509CRLObject(CertificateList c)
Deprecated. |
Method Summary | |
boolean |
equals(java.lang.Object other)
Deprecated. |
java.util.Set |
getCriticalExtensionOIDs()
Deprecated. |
byte[] |
getEncoded()
Deprecated. |
byte[] |
getExtensionValue(java.lang.String oid)
Deprecated. |
java.security.Principal |
getIssuerDN()
Deprecated. |
javax.security.auth.x500.X500Principal |
getIssuerX500Principal()
Deprecated. |
java.util.Date |
getNextUpdate()
Deprecated. |
java.util.Set |
getNonCriticalExtensionOIDs()
Deprecated. |
java.security.cert.X509CRLEntry |
getRevokedCertificate(java.math.BigInteger serialNumber)
Deprecated. |
java.util.Set |
getRevokedCertificates()
Deprecated. |
java.lang.String |
getSigAlgName()
Deprecated. |
java.lang.String |
getSigAlgOID()
Deprecated. |
byte[] |
getSigAlgParams()
Deprecated. |
byte[] |
getSignature()
Deprecated. |
byte[] |
getTBSCertList()
Deprecated. |
java.util.Date |
getThisUpdate()
Deprecated. |
int |
getVersion()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
hasUnsupportedCriticalExtension()
Deprecated. |
static boolean |
isIndirectCRL(java.security.cert.X509CRL crl)
Deprecated. |
boolean |
isRevoked(java.security.cert.Certificate cert)
Deprecated. Checks whether the given certificate is on this CRL. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this CRL. |
void |
verify(java.security.PublicKey key)
Deprecated. |
void |
verify(java.security.PublicKey key,
java.security.Provider sigProvider)
Deprecated. |
void |
verify(java.security.PublicKey key,
java.lang.String sigProvider)
Deprecated. |
Methods inherited from class java.security.cert.CRL |
getType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public X509CRLObject(CertificateList c) throws java.security.cert.CRLException
Method Detail |
public static boolean isIndirectCRL(java.security.cert.X509CRL crl) throws java.security.cert.CRLException
java.security.cert.CRLException
public boolean hasUnsupportedCriticalExtension()
public java.util.Set getCriticalExtensionOIDs()
public java.util.Set getNonCriticalExtensionOIDs()
public byte[] getExtensionValue(java.lang.String oid)
public byte[] getEncoded() throws java.security.cert.CRLException
java.security.cert.CRLException
public void verify(java.security.PublicKey key) throws java.security.cert.CRLException, java.security.NoSuchAlgorithmException, java.security.InvalidKeyException, java.security.NoSuchProviderException, java.security.SignatureException
java.security.cert.CRLException
java.security.NoSuchAlgorithmException
java.security.InvalidKeyException
java.security.NoSuchProviderException
java.security.SignatureException
public void verify(java.security.PublicKey key, java.lang.String sigProvider) throws java.security.cert.CRLException, java.security.NoSuchAlgorithmException, java.security.InvalidKeyException, java.security.NoSuchProviderException, java.security.SignatureException
java.security.cert.CRLException
java.security.NoSuchAlgorithmException
java.security.InvalidKeyException
java.security.NoSuchProviderException
java.security.SignatureException
public void verify(java.security.PublicKey key, java.security.Provider sigProvider) throws java.security.cert.CRLException, java.security.NoSuchAlgorithmException, java.security.InvalidKeyException, java.security.SignatureException
java.security.cert.CRLException
java.security.NoSuchAlgorithmException
java.security.InvalidKeyException
java.security.SignatureException
public int getVersion()
public java.security.Principal getIssuerDN()
public javax.security.auth.x500.X500Principal getIssuerX500Principal()
public java.util.Date getThisUpdate()
public java.util.Date getNextUpdate()
public java.security.cert.X509CRLEntry getRevokedCertificate(java.math.BigInteger serialNumber)
public java.util.Set getRevokedCertificates()
public byte[] getTBSCertList() throws java.security.cert.CRLException
java.security.cert.CRLException
public byte[] getSignature()
public java.lang.String getSigAlgName()
public java.lang.String getSigAlgOID()
public byte[] getSigAlgParams()
public java.lang.String toString()
public boolean isRevoked(java.security.cert.Certificate cert)
cert
- the certificate to check for.
public boolean equals(java.lang.Object other)
public int hashCode()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |