Uses of Class
com.amazonaws.encryptionsdk.internal.ProcessingSummary
Packages that use ProcessingSummary
Package
Description
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 ProcessingSummaryMethods in com.amazonaws.encryptionsdk.internal that return ProcessingSummaryModifier and TypeMethodDescriptionCryptoHandler.processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff)Process a block of bytes frominputting the result intoout.DecryptionHandler.processBytes(byte[] in, int off, int len, byte[] out, int outOff)Decrypt the ciphertext bytes provided ininand copy the plaintext bytes toout.EncryptionHandler.processBytes(byte[] in, int off, int len, byte[] out, int outOff)Encrypt a block of bytes frominputting the plaintext result intoout.LazyMessageCryptoHandler.processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff)