Searched defs:cipherStream (Results 1 – 1 of 1) sorted by relevance
42 static byte[] decrypt(SecretKey key, DataInputStream cipherStream) throws IOException { in decrypt()79 DataInputStream cipherStream = new DataInputStream(new ByteArrayInputStream(cipherText)); in decrypt() local