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