C D G H I L O S V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkCRLFTerminator() - Method in class org.apache.james.jdkim.mailets.CRLFOutputStream
-
Ensure that the stream is CRLF terminated.
- ConvertTo7Bit - Class in org.apache.james.jdkim.mailets
-
Make sure the message stream is 7bit.
- ConvertTo7Bit() - Constructor for class org.apache.james.jdkim.mailets.ConvertTo7Bit
- CRLFOutputStream - Class in org.apache.james.jdkim.mailets
-
A Filter for use with SMTP or other protocols in which lines must end with CRLF.
- CRLFOutputStream(OutputStream) - Constructor for class org.apache.james.jdkim.mailets.CRLFOutputStream
-
Constructor that wraps an OutputStream.
D
- DKIM_AUTH_RESULT_ATTRIBUTE - Static variable in class org.apache.james.jdkim.mailets.DKIMVerify
- DKIMSign - Class in org.apache.james.jdkim.mailets
-
This mailet sign a message using the DKIM protocol If the privateKey is encoded using a password then you can pass the password as privateKeyPassword parameter.
- DKIMSign() - Constructor for class org.apache.james.jdkim.mailets.DKIMSign
- DKIMVerify - Class in org.apache.james.jdkim.mailets
-
This mailet verify a message using the DKIM protocol Sample configuration:
- DKIMVerify() - Constructor for class org.apache.james.jdkim.mailets.DKIMVerify
G
- getPrivateKey() - Method in class org.apache.james.jdkim.mailets.DKIMSign
- getSignatureTemplate() - Method in class org.apache.james.jdkim.mailets.DKIMSign
H
- HeaderSkippingOutputStream - Class in org.apache.james.jdkim.mailets
-
Ignore writes until the given sequence is found.
- HeaderSkippingOutputStream(OutputStream) - Constructor for class org.apache.james.jdkim.mailets.HeaderSkippingOutputStream
I
- init() - Method in class org.apache.james.jdkim.mailets.DKIMSign
- init() - Method in class org.apache.james.jdkim.mailets.DKIMVerify
L
- LAST_WAS_CR - Static variable in class org.apache.james.jdkim.mailets.CRLFOutputStream
- LAST_WAS_LF - Static variable in class org.apache.james.jdkim.mailets.CRLFOutputStream
- LAST_WAS_OTHER - Static variable in class org.apache.james.jdkim.mailets.CRLFOutputStream
O
- org.apache.james.jdkim.mailets - package org.apache.james.jdkim.mailets
S
- service(Mail) - Method in class org.apache.james.jdkim.mailets.ConvertTo7Bit
- service(Mail) - Method in class org.apache.james.jdkim.mailets.DKIMSign
- service(Mail) - Method in class org.apache.james.jdkim.mailets.DKIMVerify
- startOfLine - Variable in class org.apache.james.jdkim.mailets.CRLFOutputStream
- statusLast - Variable in class org.apache.james.jdkim.mailets.CRLFOutputStream
-
Counter for number of last (0A or 0D).
V
- verifier - Variable in class org.apache.james.jdkim.mailets.DKIMVerify
- verify(DKIMVerifier, MimeMessage, boolean) - Static method in class org.apache.james.jdkim.mailets.DKIMVerify
W
- write(byte[], int, int) - Method in class org.apache.james.jdkim.mailets.CRLFOutputStream
- write(byte[], int, int) - Method in class org.apache.james.jdkim.mailets.HeaderSkippingOutputStream
- write(int) - Method in class org.apache.james.jdkim.mailets.CRLFOutputStream
-
Writes a byte to the stream Fixes any naked CR or LF to the RFC 2821 mandated CFLF pairing.
- write(int) - Method in class org.apache.james.jdkim.mailets.HeaderSkippingOutputStream
- writeChunk(byte[], int, int) - Method in class org.apache.james.jdkim.mailets.CRLFOutputStream
-
Provides an extension point for ExtraDotOutputStream to be able to add dots at the beginning of new lines.
All Classes All Packages