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