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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
CiphertextHeaders.deserialize(byte[] b,
int off)
Deserialize the provided bytes starting at the specified offset to construct an instance of
this class.
|
int |
CiphertextFooters.deserialize(byte[] b,
int off)
Parses the footers from the
b starting at offset off 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.
|
Copyright © 2023. All rights reserved.