Searched refs:EncryptionContext (Results 1 – 3 of 3) sorted by relevance
27 import com.android.adservices.data.adselection.datahandlers.EncryptionContext;60 long contextId, EncryptionContext encryptionContext, Instant creationInstant) { in persistEncryptionContext()82 public EncryptionContext getEncryptionContextForIdAndKeyType( in getEncryptionContextForIdAndKeyType()88 return EncryptionContext.builder() in getEncryptionContextForIdAndKeyType()
31 public abstract class EncryptionContext { class63 public abstract EncryptionContext build(); in build()
30 public static void validateEncryptionContext(EncryptionContext encryptionContext) { in validateEncryptionContext()