public interface MailRequestSha1Calculator
MailRequestSha1Calculator - Calculates the SHA1 sum for a given mail request.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSha1For(MailRequest req)
Gets the SHA1 sum for given mail request.
|
java.lang.String getSha1For(MailRequest req) throws com.openexchange.exception.OXException
req - The mail requestcom.openexchange.exception.OXException - If SHA1 sum cannot be calculated.