package crypto
- Alphabetic
- Public
- Protected
Type Members
- trait AuthenticatorEncoder extends AnyRef
Specifies encoding/decoding of authenticator data.
- class Base64AuthenticatorEncoder extends AuthenticatorEncoder
Authenticator encoder implementation based on Base64.
- trait Crypter extends AnyRef
Crypter interface.
Crypter interface.
This trait provides a generic encryption/decryption interface for the core, for which a concrete implementation can be provided in userland.
It's not guaranteed that the concrete implementations are compatible to each other. This means that they cannot act as drop-in replacements.
- class CrypterAuthenticatorEncoder extends AuthenticatorEncoder
Authenticator encoder implementation based on the Crypter.
- trait Signer extends AnyRef
Specifies a strategy how data can be signed.