|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use X509CRL | |
| com.entrust.toolkit.util | Contains important high-level classes such as SecureStringBuffer and ManagerTransport. |
| com.entrust.toolkit.x509 | Contains important X.509 related classes including LdapDirectory. |
| com.entrust.toolkit.x509.directory | Contains the JNDIDirectory class. |
| com.entrust.toolkit.x509.revocation | Contains the revocation stores. |
| com.entrust.toolkit.x509.testlets | Contains classes used to validate certificate, CRL, and CRL Entry extensions. |
| iaik.pkcs | |
| iaik.pkcs.pkcs7 | |
| Uses of X509CRL in com.entrust.toolkit.util |
| Methods in com.entrust.toolkit.util that return X509CRL | |
X509CRL[] |
HttpDirectoryClient.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Implements the getCRLs() method of the LdapDirectory
interface. |
| Uses of X509CRL in com.entrust.toolkit.x509 |
| Methods in com.entrust.toolkit.x509 that return X509CRL | |
X509CRL[] |
LdapDirectory.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Accessor method that returns an array of Certificate Revocation Lists (CRLs) or Authority Revocation Lists (ARLs). |
| Uses of X509CRL in com.entrust.toolkit.x509.directory |
| Methods in com.entrust.toolkit.x509.directory that return X509CRL | |
X509CRL[] |
JNDIDirectory.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Finds the CRLs or ARLs from a distribution point |
| Uses of X509CRL in com.entrust.toolkit.x509.revocation |
| Methods in com.entrust.toolkit.x509.revocation with parameters of type X509CRL | |
protected void |
X509CRLRS.validateCRL(X509CRL crl,
X509Certificate[] chain)
|
| Uses of X509CRL in com.entrust.toolkit.x509.testlets |
| Methods in com.entrust.toolkit.x509.testlets with parameters of type X509CRL | |
void |
CRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet)
Initializes the CRL entry extension testlet when a new CRL is to be validated. |
void |
ExtensionTester.validate(X509CRL crl,
X509Certificate caCert)
Validates the CRL extensions and CRL entry extensions in the CRL. |
void |
AuthorityKeyIdentifierCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet)
|
void |
NullCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet)
|
void |
NullCRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet)
|
void |
CRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet)
Validates the certificate based on the CRL extensions found in this CRL. |
void |
CertificateIssuerCRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet)
Initializes the CRL entry extension testlet when a new CRL is to be validated. |
void |
IssuingDistributionPointCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet)
|
| Uses of X509CRL in iaik.pkcs |
| Methods in iaik.pkcs that return X509CRL | |
X509CRL[] |
PKCS7CertList.getCRLList()
Returns the CRLs included in this PKCS7CertList object. |
| Methods in iaik.pkcs with parameters of type X509CRL | |
void |
PKCS7CertList.setCRLList(X509CRL[] crlList)
Set the CRLs for this PKCS#7 SignedData object. |
| Uses of X509CRL in iaik.pkcs.pkcs7 |
| Fields in iaik.pkcs.pkcs7 declared as X509CRL | |
protected X509CRL[] |
SignedDataStream.crls
Repository for any included CRLs. |
| Methods in iaik.pkcs.pkcs7 that return X509CRL | |
X509CRL[] |
SignedDataStream.getCRLs()
Returns all the cerificate-revocation lists included in this SignedData object. |
| Methods in iaik.pkcs.pkcs7 with parameters of type X509CRL | |
void |
SignedDataStream.setCRLs(X509CRL[] crls)
Sets a set of cerificate-revocation lists. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||