Uses of Class
com.amazonaws.encryptionsdk.exception.ParseException
Packages that use ParseException
Package
Description
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of ParseException in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that throw ParseException -
Uses of ParseException in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that throw ParseExceptionModifier and TypeMethodDescriptionint
CiphertextFooters.deserialize(byte[] b, int off)
Parses the footers from theb
starting at offsetoff
and returns the number of bytes parsed/consumed.int
CiphertextHeaders.deserialize(byte[] b, int off, int maxEncryptedDataKeys)
Deserialize the provided bytes starting at the specified offset to construct an instance of this class.