/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
DistributionPointFetcher.java | 69 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, 79 return getCRLs(selector, signFlag, prevKey, null, provider, certStores, 87 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, 105 debug.println("DistributionPointFetcher.getCRLs: Checking " 122 Collection<X509CRL> crls = getCRLs(selector, certImpl, 145 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, 186 getCRLs(x500Name, certImpl.getIssuerX500Principal(), 246 Collection<? extends CRL> crls = ucs.getCRLs(null); 262 private static Collection<X509CRL> getCRLs(X500Name name, 277 for (CRL crl : store.getCRLs(xcs)) [all...] |
URICertStore.java | 372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel);
|
RevocationChecker.java | 498 for (CRL crl : store.getCRLs(sel)) { 546 approvedCRLs.addAll(DistributionPointFetcher.getCRLs( [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PKIXCRLStoreSelector.java | 315 public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore certStore) 318 return certStore.getCRLs(new SelectorClone(selector));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCRLUtil.java | 114 crls.addAll(PKIXCRLStoreSelector.getCRLs(crlSelect, store));
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedData.java | 305 public Store getCRLs() 307 return HELPER.getCRLs(signedData.getCRLs()); 331 // return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());
|
CMSSignedHelper.java | 210 Store getCRLs(ASN1Set crlSet)
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertStore2Test.java | 251 Collection<? extends CRL> ls = certStore.getCRLs(null); 258 Collection<? extends CRL> ls = certStore.getCRLs(new MyCRLSelector()); 266 certStore.getCRLs(new MyOtherCRLSelector());
|
CertStore1Test.java | 377 * <code>getCRLs(CRLSelector selector)</code> 390 coll = certS[i].getCRLs(null);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
SignedData.java | 120 public ASN1Set getCRLs()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
CertStore.java | 53 * {@link #getCRLs(CRLSelector selector) getCRLs} methods. 188 public final Collection<? extends CRL> getCRLs(CRLSelector selector)
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/ |
LDAPCertStore.java | 715 private Collection<X509CRL> getCRLs(LDAPRequest request, String id, 741 debug.println("LDAPCertStore.getCRLs() encountered exception" [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
SignedData.java | 281 public ASN1Set getCRLs()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
CertificateFactory.java | 143 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCRLs();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertStore1Test.java | 399 * <code>getCRLs(CRLSelector selector)</code> 414 coll = certS[i].getCRLs(null);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
CertStore_ImplTest.java | 90 collection = certS.getCRLs(crlSelector);
|
/libcore/ojluni/src/main/java/sun/security/provider/ |
X509Factory.java | 452 X509CRL[] crls = pkcs7.getCRLs();
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
PKCS7.java | 662 public X509CRL[] getCRLs() { [all...] |
/external/nist-pkits/src/libcore/java/security/cert/ |
X509CertificateNistPkitsTest.java | 127 private final X509CRL[] getCRLs(CertificateFactory f, String[] names) throws Exception { 145 X509CRL[] crls = getCRLs(f, pathCRLs); [all...] |
/prebuilts/devtools/tools/lib/ |
bcpkix-jdk15on-1.48.jar | |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/ |
bcpkix-jdk15on-1.48.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/ |
bcpkix-jdk15on-1.48.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |