Searched refs:encryptionKeyType (Results 1 – 8 of 8) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | EncryptionContextDao.java | 44 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in getEncryptionContext() argument 83 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType) in getEncryptionContextForIdAndKeyType() argument 86 getEncryptionContext(contextId, encryptionKeyType); in getEncryptionContextForIdAndKeyType() 89 .setAdSelectionEncryptionKeyType(encryptionKeyType) in getEncryptionContextForIdAndKeyType()
|
D | ProtectedServersEncryptionConfigDao.java | 43 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNKeys() 60 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, int count); in getLatestExpiryNKeysByType() 79 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNActiveKeys()
|
D | DBEncryptionKey.java | 97 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create() 105 .setEncryptionKeyType(encryptionKeyType) in create() 119 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
|
D | DBEncryptionContext.java | 91 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create() argument 99 .setEncryptionKeyType(encryptionKeyType) in create() 117 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
|
D | DBProtectedServersEncryptionConfig.java | 126 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create() argument 136 .setEncryptionKeyType(encryptionKeyType) in create() 161 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
|
D | EncryptionKeyDao.java | 42 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, int count); in getLatestExpiryNKeysOfType() 59 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNActiveKeysOfType()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/ |
D | EncryptionContext.java | 55 @AdSelectionEncryptionKey.AdSelectionEncryptionKeyType int encryptionKeyType); in setAdSelectionEncryptionKeyType()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | ProtectedServersEncryptionConfigManagerBase.java | 113 @AdSelectionEncryptionKey.AdSelectionEncryptionKeyType int encryptionKeyType) { in parseKeyResponse() argument 114 switch (encryptionKeyType) { in parseKeyResponse()
|