Package-level declarations

Provides API for working with keys: encoding, decoding and generation

Types

Link copied to clipboard
interface EncodableKey<KF : KeyFormat> : Key
Link copied to clipboard
interface Key
Link copied to clipboard
interface KeyDecoder<KF : KeyFormat, K : Key>
Link copied to clipboard
interface KeyFormat
Link copied to clipboard
interface KeyGenerator<K : Key>