public class X509CRLObject
extends java.security.cert.X509CRL
| Constructor and Description |
|---|
X509CRLObject(CertificateList c)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
Will return true if any extensions are present and marked
as critical as we currently dont handle any extensions!
|
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.
|
public X509CRLObject(CertificateList c) throws java.security.cert.CRLException
java.security.cert.CRLExceptionpublic static boolean isIndirectCRL(java.security.cert.X509CRL crl)
throws java.security.cert.CRLException
java.security.cert.CRLExceptionpublic 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
getEncoded in class java.security.cert.X509CRLjava.security.cert.CRLExceptionpublic void verify(java.security.PublicKey key)
throws java.security.cert.CRLException,
java.security.NoSuchAlgorithmException,
java.security.InvalidKeyException,
java.security.NoSuchProviderException,
java.security.SignatureException
verify in class java.security.cert.X509CRLjava.security.cert.CRLExceptionjava.security.NoSuchAlgorithmExceptionjava.security.InvalidKeyExceptionjava.security.NoSuchProviderExceptionjava.security.SignatureExceptionpublic 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
verify in class java.security.cert.X509CRLjava.security.cert.CRLExceptionjava.security.NoSuchAlgorithmExceptionjava.security.InvalidKeyExceptionjava.security.NoSuchProviderExceptionjava.security.SignatureExceptionpublic 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.CRLExceptionjava.security.NoSuchAlgorithmExceptionjava.security.InvalidKeyExceptionjava.security.SignatureExceptionpublic int getVersion()
getVersion in class java.security.cert.X509CRLpublic java.security.Principal getIssuerDN()
getIssuerDN in class java.security.cert.X509CRLpublic javax.security.auth.x500.X500Principal getIssuerX500Principal()
getIssuerX500Principal in class java.security.cert.X509CRLpublic java.util.Date getThisUpdate()
getThisUpdate in class java.security.cert.X509CRLpublic java.util.Date getNextUpdate()
getNextUpdate in class java.security.cert.X509CRLpublic java.security.cert.X509CRLEntry getRevokedCertificate(java.math.BigInteger serialNumber)
getRevokedCertificate in class java.security.cert.X509CRLpublic java.util.Set getRevokedCertificates()
getRevokedCertificates in class java.security.cert.X509CRLpublic byte[] getTBSCertList()
throws java.security.cert.CRLException
getTBSCertList in class java.security.cert.X509CRLjava.security.cert.CRLExceptionpublic byte[] getSignature()
getSignature in class java.security.cert.X509CRLpublic java.lang.String getSigAlgName()
getSigAlgName in class java.security.cert.X509CRLpublic java.lang.String getSigAlgOID()
getSigAlgOID in class java.security.cert.X509CRLpublic byte[] getSigAlgParams()
getSigAlgParams in class java.security.cert.X509CRLpublic java.lang.String toString()
toString in class java.security.cert.CRLpublic boolean isRevoked(java.security.cert.Certificate cert)
isRevoked in class java.security.cert.CRLcert - the certificate to check for.public boolean equals(java.lang.Object other)
equals in class java.security.cert.X509CRLpublic int hashCode()
hashCode in class java.security.cert.X509CRL