Searched refs:encryptionKey (Results 1 – 1 of 1) sorted by relevance
456 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEmptyPlaintextEncryptsAndDecrypts() local458 algorithm, encryptionKey, originalPlaintext); in testEmptyPlaintextEncryptsAndDecrypts()464 cipher.init(Cipher.ENCRYPT_MODE, encryptionKey); in testEmptyPlaintextEncryptsAndDecrypts()471 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEmptyPlaintextEncryptsAndDecrypts()508 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEncryptsAndDecryptsInterrupted() local510 algorithm, encryptionKey, originalPlaintext); in testEncryptsAndDecryptsInterrupted()517 cipher.init(Cipher.ENCRYPT_MODE, encryptionKey); in testEncryptsAndDecryptsInterrupted()524 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEncryptsAndDecryptsInterrupted()561 Key encryptionKey = key.getKeystoreBackedEncryptionKey(); in testEncryptsAndDecryptsUsingCipherStreams() local563 algorithm, encryptionKey, originalPlaintext); in testEncryptsAndDecryptsUsingCipherStreams()[all …]