-
@JsonSerializable() public final class Encrypted
-
-
Field Summary
Fields Modifier and Type Field Description private final KMSKeyIdKeyIdprivate final Base64BlobCiphertextBlobprivate final EncryptionAlgorithmEncryptionAlgorithm
-
Constructor Summary
Constructors Constructor Description Encrypted(KMSKeyId KeyId, Base64Blob CiphertextBlob, EncryptionAlgorithm EncryptionAlgorithm)
-
Method Summary
Modifier and Type Method Description final KMSKeyIdcomponent1()final Base64Blobcomponent2()final EncryptionAlgorithmcomponent3()final Encryptedcopy(KMSKeyId KeyId, Base64Blob CiphertextBlob, EncryptionAlgorithm EncryptionAlgorithm)final KMSKeyIdgetKeyId()final Base64BlobgetCiphertextBlob()final EncryptionAlgorithmgetEncryptionAlgorithm()-
-
Constructor Detail
-
Encrypted
Encrypted(KMSKeyId KeyId, Base64Blob CiphertextBlob, EncryptionAlgorithm EncryptionAlgorithm)
-
-
Method Detail
-
component1
final KMSKeyId component1()
-
component2
final Base64Blob component2()
-
component3
final EncryptionAlgorithm component3()
-
copy
final Encrypted copy(KMSKeyId KeyId, Base64Blob CiphertextBlob, EncryptionAlgorithm EncryptionAlgorithm)
-
getKeyId
final KMSKeyId getKeyId()
-
getCiphertextBlob
final Base64Blob getCiphertextBlob()
-
getEncryptionAlgorithm
final EncryptionAlgorithm getEncryptionAlgorithm()
-
-
-
-