Home
last modified time | relevance | path

Searched defs:decryptKey (Results 1 – 4 of 4) 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()