Searched refs:ciphertextOutputStream (Results 1 – 1 of 1) sorted by relevance
99 ByteArrayOutputStream ciphertextOutputStream = new ByteArrayOutputStream(); in createEncryptDecrypt() local102 Channels.newChannel(ciphertextOutputStream), associatedData)) { in createEncryptDecrypt()105 byte[] ciphertext = ciphertextOutputStream.toByteArray(); in createEncryptDecrypt()158 ByteArrayOutputStream ciphertextOutputStream = new ByteArrayOutputStream(); in readKeyset_encryptDecrypt_success() local161 Channels.newChannel(ciphertextOutputStream), associatedData)) { in readKeyset_encryptDecrypt_success()164 byte[] ciphertext = ciphertextOutputStream.toByteArray(); in readKeyset_encryptDecrypt_success()230 ByteArrayOutputStream ciphertextOutputStream = new ByteArrayOutputStream(); in multipleKeysReadKeyset_encryptDecrypt_success() local233 Channels.newChannel(ciphertextOutputStream), associatedData)) { in multipleKeysReadKeyset_encryptDecrypt_success()236 byte[] ciphertext = ciphertextOutputStream.toByteArray(); in multipleKeysReadKeyset_encryptDecrypt_success()