public class ParsedCiphertext extends CiphertextHeaders
Constructor and Description |
---|
ParsedCiphertext(byte[] ciphertext)
Parses
ciphertext . |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCiphertext()
Returns the raw ciphertext backing this object.
|
int |
getOffset()
The offset at which the first non-header byte in
ciphertext is located. |
deserialize, getContentType, getCryptoAlgoId, getEncryptedKeyBlobCount, getEncryptedKeyBlobs, getEncryptionContext, getEncryptionContextLen, getEncryptionContextMap, getFrameLength, getHeaderNonce, getHeaderTag, getMessageId, getNonceLength, getType, getVersion, isComplete, serializeAuthenticatedFields, setHeaderNonce, setHeaderTag, toByteArray
Copyright © 2016. All rights reserved.