Package org.apache.cxf.common.util
Class MessageDigestInputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FilterInputStream
- 
- java.security.DigestInputStream
- 
- org.apache.cxf.common.util.MessageDigestInputStream
 
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public class MessageDigestInputStream extends DigestInputStream 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringALGO_SHA_256- 
Fields inherited from class java.security.DigestInputStreamdigest
 - 
Fields inherited from class java.io.FilterInputStreamin
 
- 
 - 
Constructor SummaryConstructors Constructor Description MessageDigestInputStream(InputStream is)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBase64Digest()StringgetBase64UrlDigest()byte[]getDigestBytes()- 
Methods inherited from class java.security.DigestInputStreamgetMessageDigest, on, read, read, setMessageDigest, toString
 - 
Methods inherited from class java.io.FilterInputStreamavailable, close, mark, markSupported, read, reset, skip
 - 
Methods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
 
- 
 
- 
- 
- 
Field Detail- 
ALGO_SHA_256public static final String ALGO_SHA_256 - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
MessageDigestInputStreampublic MessageDigestInputStream(InputStream is) 
 
- 
 
-