Package org.apache.http.impl.auth
Class HttpEntityDigester
java.lang.Object
java.io.OutputStream
org.apache.http.impl.auth.HttpEntityDigester
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, write
-
Field Details
-
digester
-
closed
private boolean closed -
digest
private byte[] digest
-
-
Constructor Details
-
HttpEntityDigester
HttpEntityDigester(MessageDigest digester)
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
getDigest
public byte[] getDigest()
-