AuthCapability

sealed interface AuthCapability<K : KeyType>(source)

Defines whether a cipher is authenticated or not

Inheritors

Types

Link copied to clipboard
sealed class Authenticated<K : KeyType> : AuthCapability<K>

Indicates an authenticated cipher

Link copied to clipboard

Indicates an unauthenticated cipher

Properties

Link copied to clipboard
abstract val keyType: K

accessor to get the key type due to type erasure