Packages

package kms

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package audit
  2. package aws
  3. package gcp

Type Members

  1. trait Kms extends FlagCloseable

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

  2. trait KmsCreateKeySpec extends AnyRef
  3. trait KmsError extends Product with Serializable with PrettyPrinting
  4. final case class KmsKeyId(str: String300) extends PrettyPrinting with Product with Serializable
  5. class SymbolicKms extends Kms with NamedLogging
  6. final case class SymbolicKmsCreateKeySpec() extends KmsCreateKeySpec with Product with Serializable

Value Members

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

Ungrouped