Searched defs:encryptionKeyType (Results 1 – 8 of 8) sorted by relevance
42 public abstract List<DBProtectedServersEncryptionConfig> getLatestExpiryNKeys( in getLatestExpiryNKeys()59 public abstract List<DBProtectedServersEncryptionConfig> getLatestExpiryNKeysByType( in getLatestExpiryNKeysByType()78 public abstract List<DBProtectedServersEncryptionConfig> getLatestExpiryNActiveKeys( in getLatestExpiryNActiveKeys()
44 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in getEncryptionContext()83 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType) in getEncryptionContextForIdAndKeyType()
41 public abstract List<DBEncryptionKey> getLatestExpiryNKeysOfType( in getLatestExpiryNKeysOfType()58 public abstract List<DBEncryptionKey> getLatestExpiryNActiveKeysOfType( in getLatestExpiryNActiveKeysOfType()
96 public static DBEncryptionKey create( in create()118 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType()
91 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create()116 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType()
126 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create()160 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType()
54 public abstract Builder setAdSelectionEncryptionKeyType( in setAdSelectionEncryptionKeyType()
113 @AdSelectionEncryptionKey.AdSelectionEncryptionKeyType int encryptionKeyType) { in parseKeyResponse()