toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
ECB
/
Key
Key
interface
Key
:
AES.Key
(
source
)
Members
Functions
cipher
Link copied to clipboard
abstract
fun
cipher
(
padding
:
Boolean
=
true
)
:
Cipher
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