HomeSort by relevance Sort by last modified time
    Searched refs:encryptKey (Results 1 - 5 of 5) sorted by null

  /libcore/support/src/test/java/tests/security/
KeyAgreementHelper.java 39 void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {
41 keyAgreement.init(encryptKey);
SignatureHelper.java 42 public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {
44 signature.initSign(encryptKey);
CipherHelper.java 42 public void test(Key encryptKey, Key decryptKey) throws Exception {
44 cipher.init(mode1, encryptKey);
  /external/tpm2/
CryptUtil.c     [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java     [all...]

Completed in 78 milliseconds