http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-kms
/
org.http4k.connect.amazon.kms.action
/
Encrypted
Encrypted
@
JsonSerializable
data
class
Encrypted
(
val
KeyId
:
KMSKeyId
,
val
CiphertextBlob
:
Base64Blob
,
val
EncryptionAlgorithm
:
EncryptionAlgorithm
)
(
source
)
Members
Constructors
Encrypted
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
CiphertextBlob
:
Base64Blob
,
EncryptionAlgorithm
:
EncryptionAlgorithm
)
Properties
Ciphertext
Blob
Link copied to clipboard
val
CiphertextBlob
:
Base64Blob
Encryption
Algorithm
Link copied to clipboard
val
EncryptionAlgorithm
:
EncryptionAlgorithm
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId