Home
last modified time | relevance | path

Searched refs:publicEncryptionKeys (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/crypto/
DHpkeEncrypter.java47 PublicEncryptionKeys publicEncryptionKeys) { in createForEnvironment() argument
50 Objects.requireNonNull(publicEncryptionKeys, "PublicEncryptionKeys cannot be null"); in createForEnvironment()
56 publicEncryptionKeys, in createForEnvironment()
57 publicEncryptionKeys.getShufflerKeyProd(), in createForEnvironment()
58 publicEncryptionKeys.getShufflerKeyIndexProd(), in createForEnvironment()
59 publicEncryptionKeys.getAnalyzerKeyProd(), in createForEnvironment()
60 publicEncryptionKeys.getAnalyzerKeyIndexProd()); in createForEnvironment()
64 publicEncryptionKeys, in createForEnvironment()
65 publicEncryptionKeys.getShufflerKeyDev(), in createForEnvironment()
66 publicEncryptionKeys.getShufflerKeyIndexDev(), in createForEnvironment()
[all …]