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