Searched refs:encryptionKey (Results 1 – 1 of 1) sorted by relevance
405 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEmptyPlaintextEncryptsAndDecrypts() local407 algorithm, encryptionKey, originalPlaintext); in testEmptyPlaintextEncryptsAndDecrypts()413 cipher.init(Cipher.ENCRYPT_MODE, encryptionKey); in testEmptyPlaintextEncryptsAndDecrypts()420 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEmptyPlaintextEncryptsAndDecrypts()455 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEncryptsAndDecryptsInterrupted() local457 algorithm, encryptionKey, originalPlaintext); in testEncryptsAndDecryptsInterrupted()464 cipher.init(Cipher.ENCRYPT_MODE, encryptionKey); in testEncryptsAndDecryptsInterrupted()471 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEncryptsAndDecryptsInterrupted()557 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() local559 algorithm, encryptionKey, originalPlaintext); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()[all …]