cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
ECDH
/
KeyPair
Key
Pair
interface
KeyPair
:
EC.KeyPair
<
ECDH.PublicKey
,
ECDH.PrivateKey
>
(
source
)
Members
Properties
private
Key
Link copied to clipboard
abstract
val
privateKey
:
ECDH.PrivateKey
public
Key
Link copied to clipboard
abstract
val
publicKey
:
ECDH.PublicKey