public class MessageDigestInputStream extends DigestInputStream
Modifier and Type | Field and Description |
---|---|
static String |
ALGO_SHA_256 |
digest
in
Constructor and Description |
---|
MessageDigestInputStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
String |
getBase64Digest() |
String |
getBase64UrlDigest() |
byte[] |
getDigestBytes() |
getMessageDigest, on, read, read, setMessageDigest, toString
available, close, mark, markSupported, read, reset, skip
public static final String ALGO_SHA_256
public MessageDigestInputStream(InputStream is)
Apache CXF