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