Home
last modified time | relevance | path

Searched refs:EncryptedPrivateKeyInfo (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DEncryptedPrivateKeyInfoTest.java44 import javax.crypto.EncryptedPrivateKeyInfo;
206 EncryptedPrivateKeyInfo epki; in test_getAlgName()
208 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_getAlgName()
210 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_getAlgName()
237 new EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfoData in testEncryptedPrivateKeyInfobyteArray1()
254 new EncryptedPrivateKeyInfo(null); in testEncryptedPrivateKeyInfobyteArray2()
269 new EncryptedPrivateKeyInfo(new byte[0]); in testEncryptedPrivateKeyInfobyteArray3()
284 new EncryptedPrivateKeyInfo(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, in testEncryptedPrivateKeyInfobyteArray4()
308 new EncryptedPrivateKeyInfo(enc); in testEncryptedPrivateKeyInfobyteArray5()
319 new EncryptedPrivateKeyInfo(enc); in testEncryptedPrivateKeyInfobyteArray5()
[all …]
/libcore/ojluni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java58 public class EncryptedPrivateKeyInfo { class
77 public EncryptedPrivateKeyInfo(byte[] encoded) in EncryptedPrivateKeyInfo() method in EncryptedPrivateKeyInfo
131 public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) in EncryptedPrivateKeyInfo() method in EncryptedPrivateKeyInfo
172 public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, in EncryptedPrivateKeyInfo() method in EncryptedPrivateKeyInfo
/libcore/luni/src/test/java/libcore/java/security/
DProviderTest.java57 import javax.crypto.EncryptedPrivateKeyInfo;
787 EncryptedPrivateKeyInfo epki1 = new EncryptedPrivateKeyInfo("OID.1.2.840.113549.1.1.5", in testProviderService_AliasDoesNotEraseCanonical_Success()
803 new EncryptedPrivateKeyInfo("nonexistent", new byte[1]); in testProviderService_AliasDoesNotEraseCanonical_Success()
808EncryptedPrivateKeyInfo epki2 = new EncryptedPrivateKeyInfo("OID.1.2.840.113549.1.1.5", new byte[1… in testProviderService_AliasDoesNotEraseCanonical_Success()
827EncryptedPrivateKeyInfo epki2 = new EncryptedPrivateKeyInfo("OID.1.2.9999.9999.9999", new byte[1]); in testProviderService_CanFindNewOID_Success()
/libcore/
Dopenjdk_java_files.bp1248 "ojluni/src/main/java/javax/crypto/EncryptedPrivateKeyInfo.java",
DEXPECTED_UPSTREAM1220 …main/java/javax/crypto/EncryptedPrivateKeyInfo.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/javax…
/libcore/api/
Dcurrent.txt17879 public class EncryptedPrivateKeyInfo {
17880 ctor public EncryptedPrivateKeyInfo(byte[]) throws java.io.IOException;
17881 … ctor public EncryptedPrivateKeyInfo(String, byte[]) throws java.security.NoSuchAlgorithmException;
17882 …ctor public EncryptedPrivateKeyInfo(java.security.AlgorithmParameters, byte[]) throws java.securit…