package kms
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AwsKms extends Kms with AutoCloseable with NamedLogging
Stands for Amazon Web Services - Key Management Service and wraps the necessary encrypt and decrypt functions from the AWS SDK.
- case class AwsKmsCreateKeySpec(multiRegion: Boolean = false) extends KmsCreateKeySpec with Product with Serializable
- sealed trait AwsKmsError extends KmsError
- trait Kms extends AnyRef
Represents a KMS interface and allows symmetric encryption/decryption with keys stored in the KMS.
- trait KmsCreateKeySpec extends AnyRef
- trait KmsError extends Product with Serializable with PrettyPrinting
- final case class KmsKeyId(str: String300) extends AnyVal with Product with Serializable
- class SymbolicKms extends Kms
- case class SymbolicKmsCreateKeySpec() extends KmsCreateKeySpec with Product with Serializable
Value Members
- object AwsKms
- object AwsKmsError extends Serializable
- object Kms
- object KmsError extends Serializable