Searched defs:decryptKey (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/javax/crypto/ |
| D | EncryptedPrivateKeyInfo.java | 278 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/ |
| D | KeyAgreementHelper.java | 39 void test(PrivateKey encryptKey, PublicKey decryptKey) { in test()
|
| D | SignatureHelper.java | 42 public void test(PrivateKey encryptKey, PublicKey decryptKey) { in test()
|
| D | CipherHelper.java | 42 public void test(Key encryptKey, Key decryptKey) { in test()
|
| /libcore/luni/src/test/java/libcore/javax/crypto/ |
| D | CipherTest.java | 1292 …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()
|