Home
last modified time | relevance | path

Searched refs:publicKey (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java206 DHPublicKey publicKey = (DHPublicKey) keyPair.getPublic(); in IkeKePayload() local
210 BigIntegerUtils.bigIntegerToUnsignedByteArray(publicKey.getY(), keySize); in IkeKePayload()
274 DHPublicKey publicKey = (DHPublicKey) dhKeyFactory.generatePublic(publicKeySpec); in getSharedKey() local
276 dhKeyAgreement.doPhase(publicKey, true /* Last phase */); in getSharedKey()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiQrCode.java112 String publicKey = getValueOrNull(keyValueList, PREFIX_DPP_PUBLIC_KEY); in parseWifiDppQrCode() local
113 if (TextUtils.isEmpty(publicKey)) { in parseWifiDppQrCode()
116 mPublicKey = publicKey; in parseWifiDppQrCode()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiQrCode.java109 String publicKey = getValueOrNull(keyValueList, PREFIX_DPP_PUBLIC_KEY); in parseWifiDppQrCode() local
110 if (TextUtils.isEmpty(publicKey)) { in parseWifiDppQrCode()
113 mPublicKey = publicKey; in parseWifiDppQrCode()