toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
ECDSA
/
KeyPair
Key
Pair
interface
KeyPair
:
EC.KeyPair
<
ECDSA.PublicKey
,
ECDSA.PrivateKey
>
(
source
)
Members
Properties
private
Key
Link copied to clipboard
abstract
val
privateKey
:
ECDSA.PrivateKey
public
Key
Link copied to clipboard
abstract
val
publicKey
:
ECDSA.PublicKey