cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
ECDH
/
PrivateKey
/
sharedSecretGenerator
shared
Secret
Generator
abstract
fun
sharedSecretGenerator
(
)
:
SharedSecretGenerator
<
ECDH.PublicKey
>
(
source
)
Returns a
SharedSecretGenerator
that computes a shared secret given the other party's
PublicKey
.