-
public final class Decrypted
-
-
Field Summary
Fields Modifier and Type Field Description private final KMSKeyIdKeyIdprivate final Base64BlobPlaintextprivate final EncryptionAlgorithmEncryptionAlgorithm
-
Constructor Summary
Constructors Constructor Description Decrypted(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm)
-
Method Summary
Modifier and Type Method Description final KMSKeyIdcomponent1()final Base64Blobcomponent2()final EncryptionAlgorithmcomponent3()final Decryptedcopy(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm)final KMSKeyIdgetKeyId()final Base64BlobgetPlaintext()final EncryptionAlgorithmgetEncryptionAlgorithm()-
-
Constructor Detail
-
Decrypted
Decrypted(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm)
-
-
Method Detail
-
component1
final KMSKeyId component1()
-
component2
final Base64Blob component2()
-
component3
final EncryptionAlgorithm component3()
-
copy
final Decrypted copy(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm)
-
getKeyId
final KMSKeyId getKeyId()
-
getPlaintext
final Base64Blob getPlaintext()
-
getEncryptionAlgorithm
final EncryptionAlgorithm getEncryptionAlgorithm()
-
-
-
-