public class KeyAgreement extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateSecret(NativePrivateKey privateKey,
NativePublicKey publicKey) |
static KeyAgreement |
of(String algorithm) |
public byte[] generateSecret(NativePrivateKey privateKey, NativePublicKey publicKey)
public static KeyAgreement of(String algorithm)