toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
ECB
ECB
interface
ECB
:
AES
<
AES.ECB.Key
>
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
:
CryptographyAlgorithmId
<
AES.ECB
>
Key
Link copied to clipboard
interface
Key
:
AES.Key
Properties
id
Link copied to clipboard
open
override
val
id
:
CryptographyAlgorithmId
<
AES.ECB
>
Functions
key
Decoder
Link copied to clipboard
abstract
fun
keyDecoder
(
)
:
KeyDecoder
<
AES.Key.Format
,
AES.ECB.Key
>
key
Generator
Link copied to clipboard
abstract
fun
keyGenerator
(
keySize
:
BinarySize
=
Key.Size.B256
)
:
KeyGenerator
<
AES.ECB.Key
>
open
fun
keyGenerator
(
keySize
:
SymmetricKeySize
=
SymmetricKeySize.B256
)
:
KeyGenerator
<
AES.ECB.Key
>