public abstract class DKIMCommon extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
deepDebug |
| Constructor and Description |
|---|
DKIMCommon() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
debugMsg(String msg)
===================================================================
Logging methods
===================================================================
|
protected static void |
signatureCheck(Headers h,
SignatureRecord sign,
List<CharSequence> headers,
Signature signature) |
static void |
streamCopy(InputStream bodyIs,
OutputStream out) |
protected static void |
trace(String msg) |
protected static void |
updateSignature(Signature signature,
boolean relaxed,
boolean ischeduleRelaxed,
CharSequence header,
String fv) |
protected static void updateSignature(Signature signature, boolean relaxed, boolean ischeduleRelaxed, CharSequence header, String fv) throws SignatureException
SignatureExceptionprotected static void signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) throws SignatureException, PermFailException
SignatureExceptionPermFailExceptionpublic static void streamCopy(InputStream bodyIs, OutputStream out) throws IOException
IOExceptionprotected static void debugMsg(String msg)
protected static void trace(String msg)
Copyright © 2008–2015. All rights reserved.