Searched defs:crls (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS7.java50 * For signedData, <tt>crls</tt>, <tt>attributes</tt> and
64 private X509CRL[] crls = null; field in class:PKCS7
176 * @param crls an array of CRLs
182 X509CRL[] crls,
189 this.crls = crls;
324 // check if crls (implicit tag) are provided (crls are OPTIONAL)
329 crls = new X509CRL[len];
335 crls[
179 PKCS7(AlgorithmId[] digestAlgorithmIds, ContentInfo contentInfo, X509Certificate[] certificates, X509CRL[] crls, SignerInfo[] signerInfos) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCrlRevocationChecker.java344 "crls.size() = " + mPossibleCRLs.size());
354 "approved crls.size() = " + mApprovedCRLs.size());
372 // See if the cert is in the set of approved crls.
745 * @param crls a set of possible CRLs to test for acceptability
751 * @return a collection of approved crls (or an empty collection)
753 private Collection<X509CRL> verifyPossibleCRLs(Set<X509CRL> crls, argument
785 for (X509CRL crl : crls) {

Completed in 210 milliseconds