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 intPrimitivesParser. parseInt(byte[] b, int off)Parse an integer primitive type in the provided bytes.static longPrimitivesParser. 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 intCiphertextFooters. deserialize(byte[] b, int off)Parses the footers from thebstarting at offsetoffand returns the number of bytes parsed/consumed.intCiphertextHeaders. deserialize(byte[] b, int off)Deserialize the provided bytes starting at the specified offset to construct an instance of this class.
-