Package org.apache.james.jdkim
Class DKIMCommon
java.lang.Object
org.apache.james.jdkim.DKIMCommon
- Direct Known Subclasses:
DKIMSignerImpl,DKIMVerifierImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void=================================================================== Logging methods ===================================================================protected static voidsignatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) static voidstreamCopy(InputStream bodyIs, OutputStream out) protected static voidprotected static voidupdateSignature(Signature signature, boolean relaxed, boolean ischeduleRelaxed, CharSequence header, String fv)
-
Field Details
-
deepDebug
protected static boolean deepDebug
-
-
Constructor Details
-
DKIMCommon
public DKIMCommon()
-
-
Method Details
-
updateSignature
protected static void updateSignature(Signature signature, boolean relaxed, boolean ischeduleRelaxed, CharSequence header, String fv) throws SignatureException - Throws:
SignatureException
-
signatureCheck
protected static void signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) throws SignatureException, PermFailException - Throws:
SignatureExceptionPermFailException
-
streamCopy
- Throws:
IOException
-
debugMsg
=================================================================== Logging methods =================================================================== -
trace
-