public class DigestValidationInputStream extends SdkDigestInputStream
digestin| Constructor and Description |
|---|
DigestValidationInputStream(InputStream in,
MessageDigest digest,
byte[] serverSideHash) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigestChecksum() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
releasegetMessageDigest, on, setMessageDigest, toStringavailable, close, mark, markSupported, read, reset, skippublic DigestValidationInputStream(InputStream in, MessageDigest digest, byte[] serverSideHash)
public int read()
throws IOException
read in class DigestInputStreamIOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws IOException
read in class DigestInputStreamIOExceptionInputStream.read(byte[], int, int)public byte[] getDigestChecksum()
Copyright © 2023. All rights reserved.