BodyHasher |
DKIMVerifier.newBodyHasher(Headers messageHeaders) |
String |
IscheduleDKIMSigner.sign(Headers headers,
InputStream is) |
String |
DKIMSigner.sign(InputStream is) |
List<SignatureRecord> |
DKIMVerifier.verify(BodyHasher bh)
Completes the simultaneous verification of multiple
signatures given the previously prepared compound body hasher where
the user already written the body to the outputstream and closed it.
|
List<SignatureRecord> |
DKIMVerifier.verify(Headers messageHeaders,
InputStream bodyInputStream)
Verifies all of the DKIM-Signature records declared in the Headers
object.
|
List<SignatureRecord> |
DKIMVerifier.verify(InputStream is)
Verifies all of the DKIM-Signature records declared in the supplied input
stream
|