Searched refs:encryptKey (Results 1 - 3 of 3) sorted by relevance

/libcore/support/src/test/java/tests/security/
H A DKeyAgreementHelper.java39 void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { argument
41 keyAgreement.init(encryptKey);
H A DSignatureHelper.java42 public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { argument
44 signature.initSign(encryptKey);
H A DCipherHelper.java42 public void test(Key encryptKey, Key decryptKey) throws Exception { argument
44 cipher.init(mode1, encryptKey);

Completed in 71 milliseconds