Uses of Class
com.amazonaws.auth.AWS4Signer
-
Packages that use AWS4Signer Package Description com.amazonaws.auth -
-
Uses of AWS4Signer in com.amazonaws.auth
Constructors in com.amazonaws.auth with parameters of type AWS4Signer Constructor Description AwsChunkedEncodingInputStream(InputStream in, byte[] kSigning, String datetime, String keyPath, String headerSignature, AWS4Signer aws4Signer)
AwsChunkedEncodingInputStream(InputStream in, int maxBufferSize, byte[] kSigning, String datetime, String keyPath, String headerSignature, AWS4Signer aws4Signer)
A wrapper of InputStream that implements pseudo-chunked-encoding.
-