toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.materials.key
/
KeyDecoder
Key
Decoder
interface
KeyDecoder
<
KF
:
KeyFormat
,
K
:
Key
>
(
source
)
Members
Functions
decode
From
Link copied to clipboard
open
suspend
fun
decodeFrom
(
format
:
KF
,
data
:
ByteArray
)
:
K
decode
From
Blocking
Link copied to clipboard
open
fun
decodeFromBlocking
(
format
:
KF
,
data
:
ByteArray
)
:
K
decode
From
Byte
Array
Link copied to clipboard
open
suspend
fun
decodeFromByteArray
(
format
:
KF
,
bytes
:
ByteArray
)
:
K
decode
From
Byte
Array
Blocking
Link copied to clipboard
abstract
fun
decodeFromByteArrayBlocking
(
format
:
KF
,
bytes
:
ByteArray
)
:
K
decode
From
Byte
String
Link copied to clipboard
open
suspend
fun
decodeFromByteString
(
format
:
KF
,
byteString
:
ByteString
)
:
K
decode
From
Byte
String
Blocking
Link copied to clipboard
open
fun
decodeFromByteStringBlocking
(
format
:
KF
,
byteString
:
ByteString
)
:
K