Home
last modified time | relevance | path

Searched refs:CollectionCertStoreParameters (Results 1 – 14 of 14) 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/test/java/security/cert/
DGetInstance.java46 CollectionCertStoreParameters ccsp in testGetInstance()
47 = new CollectionCertStoreParameters(new ArrayList<>()); in testGetInstance()
DAKISerialNumberTest.java134 CollectionCertStoreParameters ccsp = in main()
135 new CollectionCertStoreParameters(certs); in main()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java42 import java.security.cert.CollectionCertStoreParameters;
186 new CollectionCertStoreParameters()); in getCollectionCertStoresList()
794 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/provider/certpath/
DPKIX.java300 CollectionCertStoreParameters) { in compare()
DRevocationChecker.java154 new CollectionCertStoreParameters(params.certificates()))); in init()
/libcore/luni/src/test/java/libcore/java/security/
DProviderTest.java33 import java.security.cert.CollectionCertStoreParameters;
179 param = new CollectionCertStoreParameters(); in test_Provider_getServices()
/libcore/
Dopenjdk_java_files.bp592 "ojluni/src/main/java/java/security/cert/CollectionCertStoreParameters.java",
DEXPECTED_UPSTREAM649 …security/cert/CollectionCertStoreParameters.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/java/sec…
/libcore/api/
Dcurrent.txt8954 public class CollectionCertStoreParameters implements java.security.cert.CertStoreParameters {
8955 ctor public CollectionCertStoreParameters(java.util.Collection<?>);
8956 ctor public CollectionCertStoreParameters();