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.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
>