toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.materials.key
Package-level
declarations
Provides API for working with keys:
encoding
,
decoding
and
generation
Types
Types
Encodable
Key
Link copied to clipboard
interface
EncodableKey
<
KF
:
KeyFormat
>
:
Key
Key
Link copied to clipboard
interface
Key
Key
Decoder
Link copied to clipboard
interface
KeyDecoder
<
KF
:
KeyFormat
,
K
:
Key
>
Key
Format
Link copied to clipboard
interface
KeyFormat
Key
Generator
Link copied to clipboard
interface
KeyGenerator
<
K
:
Key
>