Searched defs:CRL (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCRL.java34 * Specialized CRL types can be defined by subclassing off of this abstract
46 public abstract class CRL { class
48 // the CRL type
52 * Creates a CRL of the specified type.
54 * @param type the standard name of the CRL type.
58 * for information about standard CRL types.
60 protected CRL(String type) { method in class:CRL
65 * Returns the type of this CRL.
67 * @return the type of this CRL.
74 * Returns a string representation of this CRL
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java57 * <code>CRL</code>s from an LDAP directory, using the PKIX LDAP V2 Schema
67 * server from which <code>Certificate</code>s and <code>CRL</code>s will be
77 * <code>CertPathBuilder</code> to search for a CRL while simultaneously
118 private static final String CRL = "certificateRevocationList;binary"; field in class:LDAPCertStore
612 request.addRequestedAttribute(CRL);
663 request.addRequestedAttribute(CRL);
716 CRL crl = cf.generateCRL(new ByteArrayInputStream(encodedCRL[i]));
723 + " while parsing CRL, skipping the bad data: ");
734 * Returns a <code>Collection</code> of <code>CRL</code>s that
735 * match the specified selector. If no <code>CRL</cod
[all...]
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java99 private final static String CRL = field in class:GenerationTests
361 FileInputStream fis = new FileInputStream(CRL);

Completed in 35 milliseconds