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