| Package | Description |
|---|---|
| com.amazonaws.encryptionsdk.internal |
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
|
| Modifier and Type | Field and Description |
|---|---|
static ProcessingSummary |
ProcessingSummary.ZERO |
| Modifier and Type | Method and Description |
|---|---|
ProcessingSummary |
LazyMessageCryptoHandler.processBytes(byte[] in,
int inOff,
int inLen,
byte[] out,
int outOff) |
ProcessingSummary |
CryptoHandler.processBytes(byte[] in,
int inOff,
int inLen,
byte[] out,
int outOff)
Process a block of bytes from
in putting the result into out. |
ProcessingSummary |
DecryptionHandler.processBytes(byte[] in,
int off,
int len,
byte[] out,
int outOff)
Decrypt the ciphertext bytes provided in
in and copy the plaintext bytes to out. |
ProcessingSummary |
EncryptionHandler.processBytes(byte[] in,
int off,
int len,
byte[] out,
int outOff)
Encrypt a block of bytes from
in putting the plaintext result into out. |
Copyright © 2023. All rights reserved.