public class BodyHasherImpl extends Object implements BodyHasher
| Constructor and Description |
|---|
BodyHasherImpl(SignatureRecord sign) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigest() |
OutputStream |
getOutputStream() |
SignatureRecord |
getSignatureRecord() |
void |
setDigestOutputStream(DigestOutputStream dout) |
void |
setOutputStream(OutputStream out) |
void |
setSignatureRecord(SignatureRecord sign) |
public BodyHasherImpl(SignatureRecord sign) throws PermFailException
PermFailExceptionpublic OutputStream getOutputStream()
getOutputStream in interface BodyHasherBodyHasher.getOutputStream()public SignatureRecord getSignatureRecord()
public byte[] getDigest()
public void setSignatureRecord(SignatureRecord sign)
public void setDigestOutputStream(DigestOutputStream dout)
public void setOutputStream(OutputStream out)
Copyright © 2008–2015. All rights reserved.