Home
last modified time | relevance | path

Searched defs:decryptKey (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java278 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey) throws NoSuchAlgorithmException, in getKeySpec()
332 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, String providerName) in getKeySpec()
387 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, Provider provider) in getKeySpec()
/libcore/support/src/test/java/tests/security/
DKeyAgreementHelper.java39 void test(PrivateKey encryptKey, PublicKey decryptKey) { in test()
DSignatureHelper.java42 public void test(PrivateKey encryptKey, PublicKey decryptKey) { in test()
DCipherHelper.java42 public void test(Key encryptKey, Key decryptKey) { in test()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java1292 …1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Except… in testInputPKCS1Padding()
1314 …KCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key decryptKey) throws Except… in testOutputPKCS1Padding()