Packages

package kms

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AwsKms extends Kms

    Stands for Amazon Web Services - Key Management Service and wraps the necessary encrypt and decrypt functions from the AWS SDK.

  2. trait Kms extends AnyRef

    Represents a KMS interface and allows symmetric encryption/decryption with keys stored in the KMS.

  3. sealed trait KmsError extends Product with Serializable with PrettyPrinting
  4. final case class KmsKeyId(str: String300) extends AnyVal with Product with Serializable

Value Members

  1. object AwsKms
  2. object Kms
  3. object KmsError extends Serializable

Ungrouped