package crypto
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait CryptoKeyFormat extends Product with Serializable
- sealed trait EncryptionKeyScheme extends Product with Serializable
Key schemes for asymmetric/hybrid encryption.
- sealed abstract class HashAlgorithm extends AnyRef
- sealed trait SigningKeyScheme extends Product with Serializable
- sealed trait SymmetricKeyScheme extends Product with Serializable
Key schemes for symmetric encryption.
Value Members
- object CryptoKeyFormat extends Serializable
- object EncryptionKeyScheme extends Serializable
- object HashAlgorithm
- object SigningKeyScheme extends Serializable
Schemes for signature keys.
Schemes for signature keys.
Ed25519 is the best performing curve and should be the default. EC-DSA is slower than Ed25519 but has better compatibility with other systems (such as CCF).
- object SymmetricKeyScheme extends Serializable