Searched refs:dhComputeSecret (Results 1 – 1 of 1) sorted by relevance
201 dhSecret = dhComputeSecret(senderKeyPair.getPrivate(), theirPublicKey); in encrypt()269 dhSecret = dhComputeSecret(ourPrivateKey, decodePublicKey(senderPublicKeyBytes)); in decrypt()291 private static byte[] dhComputeSecret(PrivateKey ourPrivateKey, PublicKey theirPublicKey) in dhComputeSecret() method in SecureBox