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