public static class DecryptedData.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DecryptedData |
build() |
DecryptedData.Builder |
copy(DecryptedData o) |
DecryptedData.Builder |
encryptionAlgorithm(DecryptedData.EncryptionAlgorithm encryptionAlgorithm) |
DecryptedData.Builder |
keyId(String keyId) |
DecryptedData.Builder |
keyVersionId(String keyVersionId) |
DecryptedData.Builder |
plaintext(String plaintext) |
DecryptedData.Builder |
plaintextChecksum(String plaintextChecksum) |
String |
toString() |
public DecryptedData.Builder plaintext(String plaintext)
public DecryptedData.Builder plaintextChecksum(String plaintextChecksum)
public DecryptedData.Builder keyId(String keyId)
public DecryptedData.Builder keyVersionId(String keyVersionId)
public DecryptedData.Builder encryptionAlgorithm(DecryptedData.EncryptionAlgorithm encryptionAlgorithm)
public DecryptedData build()
public DecryptedData.Builder copy(DecryptedData o)
Copyright © 2016–2022. All rights reserved.