toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-kms
/
org.http4k.connect.amazon.kms.action
/
Decrypted
Decrypted
@
JsonSerializable
data
class
Decrypted
(
val
KeyId
:
KMSKeyId
,
val
Plaintext
:
Base64Blob
,
val
EncryptionAlgorithm
:
EncryptionAlgorithm
)
Members
Constructors
Decrypted
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
Plaintext
:
Base64Blob
,
EncryptionAlgorithm
:
EncryptionAlgorithm
)
Properties
Encryption
Algorithm
Link copied to clipboard
val
EncryptionAlgorithm
:
EncryptionAlgorithm
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
Plaintext
Link copied to clipboard
val
Plaintext
:
Base64Blob