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
SignatureException
protected static void signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) throws SignatureException, PermFailException
SignatureException
PermFailException
public static void streamCopy(InputStream bodyIs, OutputStream out) throws IOException
IOException
protected static void debugMsg(String msg)
protected static void trace(String msg)
Copyright © 2008–2015. All rights reserved.