public class DecryptedData extends Object
| Constructor and Description |
|---|
DecryptedData(byte[] plaintext,
byte[] headerMetadata) |
| Modifier and Type | Method and Description |
|---|---|
static DecryptedData |
fromBytes(byte[] bytes) |
byte[] |
getHeaderMetaData() |
byte[] |
getPlaintext() |
public byte[] getPlaintext()
public byte[] getHeaderMetaData()
public static DecryptedData fromBytes(byte[] bytes) throws CloudproofException
CloudproofExceptionCopyright © 2022. All rights reserved.