A B C D E G I K M N P R S T U V

D

DkimError - Enum in badpenguin.dkim
This class enumerates the possible DKIM and DomainKey errors specified in their respective RFC's.
DkimException - Exception in badpenguin.dkim
This is a class of exceptions which are thrown by the JavaDKIM library when things go wrong.
DkimException(DkimError) - Constructor for exception badpenguin.dkim.DkimException
Create a DKIM Exception by specifying only the DkimError.
DkimException(DkimError, String) - Constructor for exception badpenguin.dkim.DkimException
Create a DKIM Exception by specifying the DkimError type and a descriptive message of the problem.
DkimException(DkimError, Throwable) - Constructor for exception badpenguin.dkim.DkimException
Create a DKIM Exception by specifying the DkimError type and a Throwable cause.
DkimException(DkimError, String, Throwable) - Constructor for exception badpenguin.dkim.DkimException
Create a DKIM Exception by specifying the DkimError type, a descriptive message of the problem, and a Throwable cause.
dkimHeaderCount() - Method in class badpenguin.dkim.MailMessage
Return the number of DKIM Signatures found in this mail message
DkimSignature - Class in badpenguin.dkim
This class represents a DKIM or DomainKey signature.
DkimSignature(String, boolean) - Constructor for class badpenguin.dkim.DkimSignature
Create a DkimSignature object from an existing Dkim-Signature.
DkimSignature(String, String, String) - Constructor for class badpenguin.dkim.DkimSignature
Construct a DkimSignature with the provided selector, domain and header tags.
DkimSignature(String, String) - Constructor for class badpenguin.dkim.DkimSignature
Construct a DkimSignature with the provided selector and domain tags.
domkeyHeaderCount() - Method in class badpenguin.dkim.MailMessage
Return the number of DomainKey Signatures found in this mail message

A B C D E G I K M N P R S T U V
© Copyright 2009 Mark Boddington (www.badpenguin.co.uk)