Searched refs:createEncryptionKeyFromJson (Results 1 – 3 of 3) sorted by relevance
20 …port static com.android.adservices.download.EncryptionKeyConverterUtil.createEncryptionKeyFromJson;65 createEncryptionKeyFromJson(new JSONObject(SIGNING_V3_DEFAULT_VALUES)); in createEncryptionKeyFromJson_signing_successVersion3()87 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_encryption_successVersion3()112 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_incorrectVersion()124 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_incorrectKeyType()136 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_incorrectProtocolType()148 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_incorrectKeyIdFormat()160 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_incorrectExpirationFormat()172 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonObject); in createEncryptionKeyFromJson_missingFields()
19 …port static com.android.adservices.download.EncryptionKeyConverterUtil.createEncryptionKeyFromJson;184 Optional<EncryptionKey> keyOptional = createEncryptionKeyFromJson(jsonKeyObject); in processDownloadedFile()
57 static Optional<EncryptionKey> createEncryptionKeyFromJson(JSONObject jsonObject) { in createEncryptionKeyFromJson() method in EncryptionKeyConverterUtil