Searched refs:contextInfoBytes (Results 1 – 1 of 1) sorted by relevance
155 byte[] contextInfoBytes, in encrypt() argument160 if (publicKey.length != X25519_PUBLIC_VALUE_LEN || contextInfoBytes.length == 0) { in encrypt()165 X25519_PUBLIC_VALUE_LEN, publicKey.length, contextInfoBytes.length)); in encrypt()174 mEncrypter.encrypt(publicKey, message.toByteArray(), contextInfoBytes); in encrypt()