public interface EphemeralKeyPair
| Modifier and Type | Method and Description |
|---|---|
byte[] |
derive(byte[] publicKeyBinary)
derive shared key
|
java.lang.String |
getAlgorithm()
get algorithm name
|
byte[] |
getPublicKey()
get public key
|
java.lang.String getAlgorithm()
byte[] derive(byte[] publicKeyBinary)
throws CryptoException
publicKeyBinary - peer public keyCryptoException - exceptionbyte[] getPublicKey()