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