Searched refs:ciphertextBuffer (Results 1 – 1 of 1) sorted by relevance
255 ByteBuffer ciphertextBuffer = ByteBuffer.wrap(encryptedPayload); in decrypt() local256 byte[] version = readEncryptedPayload(ciphertextBuffer, VERSION.length); in decrypt()268 senderPublicKeyBytes = readEncryptedPayload(ciphertextBuffer, EC_PUBLIC_KEY_LEN_BYTES); in decrypt()273 byte[] randNonce = readEncryptedPayload(ciphertextBuffer, GCM_NONCE_LEN_BYTES); in decrypt()274 byte[] ciphertext = readEncryptedPayload(ciphertextBuffer, ciphertextBuffer.remaining()); in decrypt()