Package org.symbol.sdk.symbol
Class SharedKey
java.lang.Object
org.symbol.sdk.symbol.SharedKey
- SharedKey
- Symbol shared-key derivation: HKDF-SHA-256 with the
"catapult"info tag and the Symbol (SHA-512) hash mode.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CryptoTypes.SharedKey256deriveSharedKey(KeyPair keyPair, CryptoTypes.PublicKey otherPublicKey) Derives a shared key from a key pair and the other party's public key.
-
Method Details