HomeSort by relevance Sort by last modified time
    Searched refs:testChain (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 46 private Certificate [] testChain;
50 testChain = new Certificate[5];
51 for (int i = 0; i < testChain.length; i++) {
53 testChain[i] = new MyCertificate("MY_TEST_CERTIFICATE_"
57 (PrivateKey)new tmpPrivateKey(testChain[0].getPublicKey().getAlgorithm()));
105 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain);
120 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain);
136 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain, null /* attributes */);
149 testPrivateKey, testChain);
161 testPrivateKey, testChain);
    [all...]
  /external/conscrypt/platform/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 603 public void testChain() throws Exception {
604 testChain(getAliasSystemChain1(), getAliasSystemChain2());
605 testChain(getAliasSystemChain1(), getAliasUserChain2());
606 testChain(getAliasUserChain1(), getAliasSystemCa1());
607 testChain(getAliasUserChain1(), getAliasUserChain2());
610 private void testChain(String alias1, String alias2) throws Exception {
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py     [all...]

Completed in 1245 milliseconds