Searched defs:remotePublicKey (Results 1 – 2 of 2) sorted by relevance
316 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey()333 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey()363 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
751 private AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing()