package kms
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Kms extends FlagCloseable
Represents a KMS interface and allows symmetric encryption/decryption with keys stored in the KMS.
- sealed trait KmsError extends Product with Serializable with PrettyPrinting
- class KmsFactory extends AnyRef
- final case class KmsKeyId(str: String300) extends PrettyPrinting with Product with Serializable
- class SymbolicKms extends Kms with NamedLogging
Value Members
- object Kms
- object KmsError extends Serializable
- object KmsKeyId extends Serializable