public static class DecryptedData.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DecryptedData |
build() |
DecryptedData.Builder |
copy(DecryptedData o) |
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 build()
public DecryptedData.Builder copy(DecryptedData o)
Copyright © 2016–2020. All rights reserved.