Home
last modified time | relevance | path

Searched refs:CollectionCertStoreParameters (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DCollectionCertStoreParametersTest.java29 import java.security.cert.CollectionCertStoreParameters;
48 CertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters01()
50 cp instanceof CollectionCertStoreParameters); in testCollectionCertStoreParameters01()
58 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters02()
78 new CollectionCertStoreParameters(certificates); in testCollectionCertStoreParametersCollection01()
91 new CollectionCertStoreParameters(certificates); in testCollectionCertStoreParametersCollection02()
101 CollectionCertStoreParameters cp = in testCollectionCertStoreParametersCollection03()
102 new CollectionCertStoreParameters(certificates); in testCollectionCertStoreParametersCollection03()
120 new CollectionCertStoreParameters(null); in testCollectionCertStoreParametersCollection04()
132 CollectionCertStoreParameters cp1 = in testClone01()
[all …]
DCertStore1Test.java40 import java.security.cert.CollectionCertStoreParameters;
101 dParams = (CollectionSupport ? (CertStoreParameters)new CollectionCertStoreParameters() : in initParams()
471 ((CollectionCertStoreParameters) certS in testCertStore18()
473 ((CollectionCertStoreParameters) dParams).getCollection()); in testCertStore18()
479 ((CollectionCertStoreParameters) certS in testCertStore18()
481 ((CollectionCertStoreParameters) dParams) in testCertStore18()
491 ((CollectionCertStoreParameters) certS in testCertStore18()
493 ((CollectionCertStoreParameters) dParams) in testCertStore18()
/libcore/ojluni/src/main/java/java/security/cert/
DCollectionCertStoreParameters.java55 public class CollectionCertStoreParameters class
86 public CollectionCertStoreParameters(Collection<?> collection) { in CollectionCertStoreParameters() method in CollectionCertStoreParameters
97 public CollectionCertStoreParameters() { in CollectionCertStoreParameters() method in CollectionCertStoreParameters
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DCollectionCertStore.java38 import java.security.cert.CollectionCertStoreParameters;
98 if (!(params instanceof CollectionCertStoreParameters)) in CollectionCertStore()
101 coll = ((CollectionCertStoreParameters) params).getCollection(); in CollectionCertStore()
DIndexedCollectionCertStore.java124 if (!(params instanceof CollectionCertStoreParameters)) { in IndexedCollectionCertStore()
128 Collection<?> coll = ((CollectionCertStoreParameters)params).getCollection(); in IndexedCollectionCertStore()
DPKIX.java307 CollectionCertStoreParameters) { in compare()
DRevocationChecker.java154 new CollectionCertStoreParameters(params.certificates()))); in init()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java44 import java.security.cert.CollectionCertStoreParameters;
189 new CollectionCertStoreParameters()); in getCollectionCertStoresList()
797 CollectionCertStoreParameters params = new CollectionCertStoreParameters(
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertPathBuilderTestPKIX.java25 import java.security.cert.CollectionCertStoreParameters;
58 CertStoreParameters storeParams = new CollectionCertStoreParameters(certList); in getCertPathParameters()
DCertPathValidatorTestPKIX.java29 import java.security.cert.CollectionCertStoreParameters;
72 CertStoreParameters storeParams = new CollectionCertStoreParameters( in setUp()
/libcore/ojluni/src/main/java/sun/security/validator/
DPKIXValidator.java375 new CollectionCertStoreParameters(certs)); in doBuild()
/libcore/
Dopenjdk_java_files.mk448 ojluni/src/main/java/java/security/cert/CollectionCertStoreParameters.java \