toggle menu
Signum
3.17.0
common
switch theme
search in API
supreme
/
at.asitplus.signum.supreme.asymmetric
/
Encryptor
/
RSA
RSA
sealed
class
RSA
:
Encryptor
(
source
)
Inheritors
PlatformRSAEncryptor
Members
Properties
algorithm
Link copied to clipboard
override
val
algorithm
:
AsymmetricEncryptionAlgorithm.RSA
public
Key
Link copied to clipboard
override
val
publicKey
:
CryptoPublicKey.RSA
Functions
encrypt
Link copied to clipboard
abstract
fun
encrypt
(
data
:
ByteArray
)
:
KmmResult
<
ByteArray
>