Packages

package crypto

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CryptoKeyFormat extends Product with Serializable
  2. sealed trait EncryptionKeyScheme extends Product with Serializable

    Key schemes for asymmetric/hybrid encryption.

  3. sealed abstract class HashAlgorithm extends AnyRef
  4. sealed trait SigningKeyScheme extends Product with Serializable
  5. sealed trait SymmetricKeyScheme extends Product with Serializable

    Key schemes for symmetric encryption.

Value Members

  1. object CryptoKeyFormat extends Serializable
  2. object EncryptionKeyScheme extends Serializable
  3. object HashAlgorithm
  4. 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).

  5. object SymmetricKeyScheme extends Serializable

Ungrouped