Uses of Class
com.amazonaws.encryptionsdk.internal.ProcessingSummary
-
Packages that use ProcessingSummary Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms. -
-
Uses of ProcessingSummary in com.amazonaws.encryptionsdk.internal
Fields in com.amazonaws.encryptionsdk.internal declared as ProcessingSummary Modifier and Type Field Description static ProcessingSummary
ProcessingSummary. ZERO
Methods in com.amazonaws.encryptionsdk.internal that return ProcessingSummary Modifier and Type Method Description ProcessingSummary
CryptoHandler. processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff)
Process a block of bytes fromin
putting the result intoout
.ProcessingSummary
DecryptionHandler. processBytes(byte[] in, int off, int len, byte[] out, int outOff)
Decrypt the ciphertext bytes provided inin
and copy the plaintext bytes toout
.ProcessingSummary
EncryptionHandler. processBytes(byte[] in, int off, int len, byte[] out, int outOff)
Encrypt a block of bytes fromin
putting the plaintext result intoout
.ProcessingSummary
LazyMessageCryptoHandler. processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff)
-