org.apache.james.jdkim.api
Interface BodyHasher

All Known Implementing Classes:
BodyHasherImpl

public interface BodyHasher


Method Summary
 byte[] getDigest()
           
 OutputStream getOutputStream()
           
 SignatureRecord getSignatureRecord()
           
 

Method Detail

getOutputStream

OutputStream getOutputStream()

getSignatureRecord

SignatureRecord getSignatureRecord()

getDigest

byte[] getDigest()


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.