Searched defs:ciphertextStream (Results 1 – 6 of 6) sorted by relevance
36 InputStream ciphertextStream; field in InputStreamDecrypter61 List<StreamingAead> primitives, InputStream ciphertextStream, final byte[] associatedData) { in InputStreamDecrypter()
71 InputStream ciphertextStream, in newDecryptingStream()
53 ByteArrayOutputStream ciphertextStream = new ByteArrayOutputStream(); in encrypt() local89 InputStream ciphertextStream = request.getCiphertext().newInput(); in decrypt() local
80 public InputStream newDecryptingStream(InputStream ciphertextStream, byte[] associatedData) in newDecryptingStream()
82 NonceBasedStreamingAead streamAead, InputStream ciphertextStream, byte[] associatedData) in StreamingAeadDecryptingStream()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...