toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
RSA
/
RAW
/
PublicKey
Public
Key
interface
PublicKey
:
RSA.PublicKey
(
source
)
Members
Functions
encode
To
Link copied to clipboard
open
suspend
fun
encodeTo
(
format
:
RSA.PublicKey.Format
)
:
ByteArray
encode
To
Blocking
Link copied to clipboard
open
fun
encodeToBlocking
(
format
:
RSA.PublicKey.Format
)
:
ByteArray
encode
To
Byte
Array
Link copied to clipboard
open
suspend
fun
encodeToByteArray
(
format
:
RSA.PublicKey.Format
)
:
ByteArray
encode
To
Byte
Array
Blocking
Link copied to clipboard
abstract
fun
encodeToByteArrayBlocking
(
format
:
RSA.PublicKey.Format
)
:
ByteArray
encode
To
Byte
String
Link copied to clipboard
open
suspend
fun
encodeToByteString
(
format
:
RSA.PublicKey.Format
)
:
ByteString
encode
To
Byte
String
Blocking
Link copied to clipboard
open
fun
encodeToByteStringBlocking
(
format
:
RSA.PublicKey.Format
)
:
ByteString
encryptor
Link copied to clipboard
abstract
fun
encryptor
(
)
:
Encryptor