Home
last modified time | relevance | path

Searched refs:privateKeyHex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayloadTest.java273 final String privateKeyHex = in testGetSharedKeyWithCurve25519() local
285 new PKCS8EncodedKeySpec(TestUtils.hexStringToByteArray(privateKeyHex))); in testGetSharedKeyWithCurve25519()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2710 String privateKeyHex = "e7b292f49df28b8065992cdeadbc9d032a0e09e8476cb6d8d507212e7be3b9b4"; in testGetAdSelectionData_withOhttpGatewayDecryption() local
2713 BaseEncoding.base16().lowerCase().decode(privateKeyHex)); in testGetAdSelectionData_withOhttpGatewayDecryption()
2823 String privateKeyHex = "e7b292f49df28b8065992cdeadbc9d032a0e09e8476cb6d8d507212e7be3b9b4"; in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged() local
2826 BaseEncoding.base16().lowerCase().decode(privateKeyHex)); in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged()
2923 String privateKeyHex = "e7b292f49df28b8065992cdeadbc9d032a0e09e8476cb6d8d507212e7be3b9b4"; in testGetAdSelectionData_multiCloudOn_success() local
2926 BaseEncoding.base16().lowerCase().decode(privateKeyHex)); in testGetAdSelectionData_multiCloudOn_success()
3042 String privateKeyHex = "e7b292f49df28b8065992cdeadbc9d032a0e09e8476cb6d8d507212e7be3b9b4"; in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey() local
3045 BaseEncoding.base16().lowerCase().decode(privateKeyHex)); in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3180 String privateKeyHex = "e7b292f49df28b8065992cdeadbc9d032a0e09e8476cb6d8d507212e7be3b9b4"; in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall() local
3183 BaseEncoding.base16().lowerCase().decode(privateKeyHex)); in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
[all …]