Searched refs:ENCAPSULATED_KEY (Results 1 – 4 of 4) sorted by relevance
40 private static final byte[] ENCAPSULATED_KEY = "HKDF-SHA256".getBytes(StandardCharsets.UTF_8); field in EncryptedTopicTest55 () -> new EncryptedTopic(null, PUBLIC_KEY, ENCAPSULATED_KEY)); in testNullFieldsOnConstructor_throwsException()58 () -> new EncryptedTopic(CIPHER_TEXT, null, ENCAPSULATED_KEY)); in testNullFieldsOnConstructor_throwsException()100 /* mEncapsulateKey */ ENCAPSULATED_KEY); in generateEncryptedTopics()105 /* mEncapsulateKey */ ENCAPSULATED_KEY); in generateEncryptedTopics()
198 String ENCAPSULATED_KEY = "encapsulated_key"; field243 + ReturnedEncryptedTopicContract.ENCAPSULATED_KEY
756 TopicsTables.ReturnedEncryptedTopicContract.ENCAPSULATED_KEY, in persistReturnedAppEncryptedTopicsMap()905 TopicsTables.ReturnedEncryptedTopicContract.ENCAPSULATED_KEY, in retrieveReturnedEncryptedTopics()960 .ENCAPSULATED_KEY)); in retrieveReturnedEncryptedTopics()
71 private static final byte[] ENCAPSULATED_KEY = field in TopicsDaoTest1417 ENCAPSULATED_KEY); in buildEncryptedTopic()