Home
last modified time | relevance | path

Searched refs:getCRLs (Results 1 – 9 of 9) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedData.java376 public X509Store getCRLs( in getCRLs() method in CMSSignedData
381 return getCRLs(type, CMSUtils.getProvider(provider)); in getCRLs()
395 public X509Store getCRLs( in getCRLs() method in CMSSignedData
402 crlStore = HELPER.createCRLsStore(type, provider, signedData.getCRLs()); in getCRLs()
439 ASN1Set crlSet = signedData.getCRLs(); in getCertificatesAndCRLs()
468 public Store getCRLs() in getCRLs() method in CMSSignedData
470 ASN1Set crlSet = signedData.getCRLs(); in getCRLs()
DCMSUtils.java142 for (Iterator it = certStore.getCRLs(null).iterator(); it.hasNext();) in getCRLsFromStore()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java120 public ASN1Set getCRLs() in getCRLs() method in SignedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCRLUtil.java138 crls.addAll(store.getCRLs(crlSelect)); in findCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignedData.java243 public ASN1Set getCRLs() in getCRLs() method in SignedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java141 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCRLs(); in readDERCRL()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore_ImplTest.java91 collection = certS.getCRLs(crlSelector); in checkResult()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore1Test.java406 coll = certS[i].getCRLs(null); in testCertStore15()
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java109 private final X509CRL[] getCRLs(CertificateFactory f, String[] names) throws Exception { in getCRLs() method in X509CertificateNistPkitsTest
127 X509CRL[] crls = getCRLs(f, pathCRLs); in getTestPathParams()