Searched defs:localPrivateKey (Results 1 – 2 of 2) sorted by relevance
148 @Nullable public final PrivateKey localPrivateKey; field in IkeKePayload189 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload()244 PrivateKey localPrivateKey = (DHPrivateKey) keyPair.getPrivate(); in createOutboundModpKePayload() local
378 AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing()