toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
SecretDerivation
Secret
Derivation
interface
SecretDerivation
(
source
)
Members
Functions
derive
Secret
Link copied to clipboard
open
suspend
fun
deriveSecret
(
input
:
ByteArray
)
:
ByteString
open
suspend
fun
deriveSecret
(
input
:
ByteString
)
:
ByteString
derive
Secret
Blocking
Link copied to clipboard
open
fun
deriveSecretBlocking
(
input
:
ByteArray
)
:
ByteString
open
fun
deriveSecretBlocking
(
input
:
ByteString
)
:
ByteString
derive
Secret
To
Byte
Array
Link copied to clipboard
open
suspend
fun
deriveSecretToByteArray
(
input
:
ByteArray
)
:
ByteArray
open
suspend
fun
deriveSecretToByteArray
(
input
:
ByteString
)
:
ByteArray
derive
Secret
To
Byte
Array
Blocking
Link copied to clipboard
abstract
fun
deriveSecretToByteArrayBlocking
(
input
:
ByteArray
)
:
ByteArray
open
fun
deriveSecretToByteArrayBlocking
(
input
:
ByteString
)
:
ByteArray