Uses of Class
com.amazonaws.encryptionsdk.exception.ParseException
-
Packages that use ParseException Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms.com.amazonaws.encryptionsdk.model 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 Modifier and Type Method Description static int
PrimitivesParser. parseInt(byte[] b, int off)
Parse an integer primitive type in the provided bytes.static long
PrimitivesParser. parseLong(byte[] b, int off)
Parse a long primitive type in the provided bytes. -
Uses of ParseException in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that throw ParseException Modifier and Type Method Description int
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)
Deserialize the provided bytes starting at the specified offset to construct an instance of this class.
-