Home
last modified time | relevance | path

Searched refs:cipherOutputStream (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java571 final CipherOutputStream cipherOutputStream = in testEncryptsAndDecryptsUsingCipherStreams() local
574 cipherOutputStream.write(plaintext); in testEncryptsAndDecryptsUsingCipherStreams()
575 cipherOutputStream.close(); in testEncryptsAndDecryptsUsingCipherStreams()