Searched refs:encryptionContext (Results 1 – 3 of 3) sorted by relevance
60 long contextId, EncryptionContext encryptionContext, Instant creationInstant) { in persistEncryptionContext() argument61 DBValidator.validateEncryptionContext(encryptionContext); in persistEncryptionContext()63 ObliviousHttpRequestContext requestContext = encryptionContext.getOhttpRequestContext(); in persistEncryptionContext()69 encryptionContext.getAdSelectionEncryptionKeyType())) in persistEncryptionContext()
30 public static void validateEncryptionContext(EncryptionContext encryptionContext) { in validateEncryptionContext() argument31 ObliviousHttpRequestContext requestContext = encryptionContext.getOhttpRequestContext(); in validateEncryptionContext()36 encryptionContext.getAdSelectionEncryptionKeyType() in validateEncryptionContext()
129 DBEncryptionContext encryptionContext = getDbEncryptionContext(CONTEXT_ID_1); in test_removeExpiredEncryptionContext_removesExpiredEntries() local135 mEncryptionContextDao.insertEncryptionContext(encryptionContext); in test_removeExpiredEncryptionContext_removesExpiredEntries()