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

V

validDKIM() - Method in enum badpenguin.dkim.CanonicalMethod
Return whether this CanonicalMethod is valid for DKIM
validDomainKey() - Method in enum badpenguin.dkim.CanonicalMethod
Return whether this CanonicalMethod is valid for DomainKey
valueOf(String) - Static method in enum badpenguin.dkim.CanonicalMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum badpenguin.dkim.DkimError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum badpenguin.dkim.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum badpenguin.dkim.CanonicalMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum badpenguin.dkim.DkimError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum badpenguin.dkim.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
Verifier - Class in badpenguin.dkim
This class provides all the necessary interfaces to check and verify a message for either a DKIM or DomainKey signature.
Verifier(NSKeyStore, String, boolean) - Constructor for class badpenguin.dkim.Verifier
Create a new Verifier object.
Verifier(NSKeyStore, String) - Constructor for class badpenguin.dkim.Verifier
Create a new Verifier object.
Verifier(NSKeyStore) - Constructor for class badpenguin.dkim.Verifier
Create a new Verifier object.
VerifyMail - Class in badpenguin.dkim.test
A simple utility which can be used to Verify DKIM Signatures.
VerifyMail() - Constructor for class badpenguin.dkim.test.VerifyMail
 
verifyMail(InputStream) - Method in class badpenguin.dkim.Verifier
Verify the provided email message.
verifyMail(InputStream, long) - Method in class badpenguin.dkim.Verifier
This function performs the same actions as verifyMail(msg), however, this one will accept a long representing the messages received time.

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