Searched refs:publicKey (Results 1 – 3 of 3) sorted by relevance
206 DHPublicKey publicKey = (DHPublicKey) keyPair.getPublic(); in IkeKePayload() local210 BigIntegerUtils.bigIntegerToUnsignedByteArray(publicKey.getY(), keySize); in IkeKePayload()274 DHPublicKey publicKey = (DHPublicKey) dhKeyFactory.generatePublic(publicKeySpec); in getSharedKey() local276 dhKeyAgreement.doPhase(publicKey, true /* Last phase */); in getSharedKey()
112 String publicKey = getValueOrNull(keyValueList, PREFIX_DPP_PUBLIC_KEY); in parseWifiDppQrCode() local113 if (TextUtils.isEmpty(publicKey)) { in parseWifiDppQrCode()116 mPublicKey = publicKey; in parseWifiDppQrCode()
109 String publicKey = getValueOrNull(keyValueList, PREFIX_DPP_PUBLIC_KEY); in parseWifiDppQrCode() local110 if (TextUtils.isEmpty(publicKey)) { in parseWifiDppQrCode()113 mPublicKey = publicKey; in parseWifiDppQrCode()