Searched refs:rawCipherTextSize (Results 1 – 1 of 1) sorted by relevance
53 int rawCipherTextSize = cipherStream.readInt(); in decrypt() local54 if (rawCipherTextSize < 0) { in decrypt()55 throw new IOException("Invalid cipher text size: " + rawCipherTextSize); in decrypt()58 byte[] rawCipherText = new byte[rawCipherTextSize]; in decrypt()