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
/
EC
/
KeyPair
Key
Pair
@
SubclassOptInRequired
(
markerClass
=
[
CryptographyProviderApi::class
]
)
interface
KeyPair
<
PublicK
:
EC.PublicKey
,
PrivateK
:
EC.PrivateKey
<
PublicK
>
>
(
source
)
Inheritors
KeyPair
KeyPair
Members
Properties
private
Key
Link copied to clipboard
abstract
val
privateKey
:
PrivateK
public
Key
Link copied to clipboard
abstract
val
publicKey
:
PublicK