Home
last modified time | relevance | path

Searched defs:localPrivateKey (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java148 @Nullable public final PrivateKey localPrivateKey; field in IkeKePayload
190 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload()
245 PrivateKey localPrivateKey = (DHPrivateKey) keyPair.getPrivate(); in createOutboundModpKePayload() local
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java751 private AccountKey calculateAntiSpoofing(byte[] localPrivateKey, byte[] remotePublicKey) { in calculateAntiSpoofing()