cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
keyGenerator
key
Generator
abstract
fun
keyGenerator
(
keySize
:
BinarySize
=
Key.Size.B256
)
:
KeyGenerator
<
K
>
(
source
)
Returns a
KeyGenerator
that generates AES keys of the given
keySize
.