Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java552 final ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testEncryptsAndDecryptsUsingCipherStreams() local
554 new CipherOutputStream(byteArrayOutputStream, cipher); in testEncryptsAndDecryptsUsingCipherStreams()
568 byte[] ciphertext = byteArrayOutputStream.toByteArray(); in testEncryptsAndDecryptsUsingCipherStreams()
575 new ByteArrayInputStream(byteArrayOutputStream.toByteArray()); in testEncryptsAndDecryptsUsingCipherStreams()