OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findCertificates
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java
726
protected static Collection
findCertificates
(X509CertStoreSelector certSelect,
771
// protected static Collection
findCertificates
(X509AttributeCertStoreSelector certSelect,
[
all
...]
RFC3280CertPathUtilities.java
463
coll = CertPathValidatorUtilities.
findCertificates
(selector, paramsPKIX.getStores());
464
coll.addAll(CertPathValidatorUtilities.
findCertificates
(selector, paramsPKIX.getAdditionalStores()));
465
coll.addAll(CertPathValidatorUtilities.
findCertificates
(selector, paramsPKIX.getCertStores()));
[
all
...]
Completed in 47 milliseconds