Searched defs:publicKey (Results 1 – 9 of 9) sorted by relevance
246 DHPublicKey publicKey = (DHPublicKey) keyPair.getPublic(); in createOutboundModpKePayload() local269 PublicKey publicKey = keyPair.getPublic(); in createOutboundCurveKePayload() local356 DHPublicKey publicKey = (DHPublicKey) dhKeyFactory.generatePublic(publicKeySpec); in getModpSharedKey() local398 PublicKey publicKey = in getCurveSharedKey() local
83 private EllipticCurveDiffieHellmanExchange( in EllipticCurveDiffieHellmanExchange()152 private static PublicKey generatePublicKey(byte[] publicKey) throws GeneralSecurityException { in generatePublicKey()
102 private Keys(byte[] sharedSecret, byte[] publicKey) { in Keys()
63 byte[] publicKey, in PublicCredential()155 @NonNull byte[] publicKey, in Builder()
141 public static byte[] encodeEd25519PubKey(byte[] publicKey) throws Exception { in encodeEd25519PubKey()154 public static byte[] encodeX25519PubKey(byte[] publicKey) throws Exception { in encodeX25519PubKey()
196 Map publicKey = (Map) publicKeys.getDataItems().get(i); in testGenerateCSRProvisionAndUseKey() local
109 String publicKey = getValueOrNull(keyValueList, PREFIX_DPP_PUBLIC_KEY); in parseWifiDppQrCode() local
722 PublicKey publicKey = keyFactory.generatePublic(ecPublicKeySpec); in calculateAntiSpoofing() local
352 byte[] seeker, byte[] salt, byte[] publicKey, byte[] key) { in buildKeyBasedPairingRequest()