HomeSort by relevance Sort by last modified time
    Searched full:epki (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfo_ImplTest.java 57 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
61 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
83 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
86 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
113 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
115 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 206 EncryptedPrivateKeyInfo epki; local
208 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct());
210 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct());
215 assertEquals(algName[i][2], epki.getAlgName());
341 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(enc); local
343 if (epki.getAlgParameters() == null) {
394 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(encodedCopy); local
398 assertTrue(Arrays.equals(encoded, epki.getEncoded()));
509 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo("DSA", local
515 epki.getEncryptedData()))
665 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
690 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
719 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
739 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
772 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
809 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
837 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
866 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
902 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
930 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
965 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(enc); local
991 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1032 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
1064 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1088 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1123 EncryptedPrivateKeyInfo epki; local
1162 EncryptedPrivateKeyInfo epki; local
1191 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1225 EncryptedPrivateKeyInfo epki; local
1263 EncryptedPrivateKeyInfo epki; local
1288 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1369 EncryptedPrivateKeyInfo epki; local
1418 EncryptedPrivateKeyInfo epki; local
1449 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1510 EncryptedPrivateKeyInfo epki; local
1560 EncryptedPrivateKeyInfo epki; local
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 305 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(enc); local
307 if (epki.getAlgParameters() == null) {
358 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(encodedCopy); local
362 assertTrue(Arrays.equals(encoded, epki.getEncoded()));
473 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo("DSA", local
479 epki.getEncryptedData()));
611 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
619 epki.getEncryptedData()));
636 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
641 AlgorithmParameters apar = epki.getAlgParameters()
665 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
685 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
718 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
755 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
783 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
812 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
848 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
876 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
911 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(enc); local
937 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
978 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap, local
1010 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1034 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1069 EncryptedPrivateKeyInfo epki; local
1108 EncryptedPrivateKeyInfo epki; local
1137 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1171 EncryptedPrivateKeyInfo epki; local
1209 EncryptedPrivateKeyInfo epki; local
1234 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1297 EncryptedPrivateKeyInfo epki; local
1346 EncryptedPrivateKeyInfo epki; local
1377 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo( local
1438 EncryptedPrivateKeyInfo epki; local
1488 EncryptedPrivateKeyInfo epki; local
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 500 EncryptedPrivateKeyInfo epki = (EncryptedPrivateKeyInfo) object;
503 byte[] algParmsEncoded = (epki.algParameters == null) ? nullParam
504 : epki.algParameters.getEncoded();
505 values[0] = new AlgorithmIdentifier(epki.oid, algParmsEncoded);
506 values[1] = epki.encryptedData;
  /libcore/luni/src/main/files/cacerts/
9d6523ce.0 40 Issuer: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority
44 Subject: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority

Completed in 580 milliseconds