cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
CMAC
CMAC
interface
CMAC
:
AES
<
AES.CMAC.Key
>
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
:
CryptographyAlgorithmId
<
AES.CMAC
>
Key
Link copied to clipboard
interface
Key
:
AES.Key
Properties
id
Link copied to clipboard
open
override
val
id
:
CryptographyAlgorithmId
<
AES.CMAC
>
Functions
key
Decoder
Link copied to clipboard
abstract
fun
keyDecoder
(
)
:
KeyDecoder
<
AES.Key.Format
,
AES.CMAC.Key
>
key
Generator
Link copied to clipboard
abstract
fun
keyGenerator
(
keySize
:
BinarySize
=
Key.Size.B256
)
:
KeyGenerator
<
AES.CMAC.Key
>