Uses of Class
com.amazonaws.auth.AWS4Signer
Packages that use AWS4Signer
-
Uses of AWS4Signer in com.amazonaws.auth
Constructors in com.amazonaws.auth with parameters of type AWS4SignerModifierConstructorDescriptionAwsChunkedEncodingInputStream
(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.