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