Package com.goterl.lazysodium.interfaces
Interface DiffieHellman.Lazy
-
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- DiffieHellman
public static interface DiffieHellman.Lazy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeycryptoScalarMult(Key publicKey, Key secretKey)Generate a shared key from another user's public key and a secret key.KeycryptoScalarMultBase(Key secretKey)Generate a public key from a private key.
-