Apache CXF API

org.apache.cxf.common.util
Class MessageDigestInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.security.DigestInputStream
              extended by org.apache.cxf.common.util.MessageDigestInputStream
All Implemented Interfaces:
Closeable

public class MessageDigestInputStream
extends DigestInputStream


Field Summary
static String ALGO_SHA_256
           
 
Fields inherited from class java.security.DigestInputStream
digest
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
MessageDigestInputStream(InputStream is)
           
 
Method Summary
 String getBase64Digest()
           
 String getBase64UrlDigest()
           
 byte[] getDigestBytes()
           
 
Methods inherited from class java.security.DigestInputStream
getMessageDigest, on, read, read, setMessageDigest, toString
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALGO_SHA_256

public static final String ALGO_SHA_256
See Also:
Constant Field Values
Constructor Detail

MessageDigestInputStream

public MessageDigestInputStream(InputStream is)
Method Detail

getDigestBytes

public byte[] getDigestBytes()

getBase64Digest

public String getBase64Digest()

getBase64UrlDigest

public String getBase64UrlDigest()

Apache CXF API

Apache CXF