Package | Description |
---|---|
org.apache.james.jdkim | |
org.apache.james.jdkim.impl |
Modifier and Type | Method and Description |
---|---|
BodyHasher |
DKIMVerifier.newBodyHasher(Headers messageHeaders) |
BodyHasher |
IscheduleDKIMSigner.newBodyHasher(SignatureRecord signRecord) |
BodyHasher |
DKIMSigner.newBodyHasher(SignatureRecord signRecord) |
Modifier and Type | Method and Description |
---|---|
String |
IscheduleDKIMSigner.sign(Headers reqHeaders,
BodyHasher bh) |
String |
DKIMSigner.sign(Headers message,
BodyHasher bh) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyHasherImpl |
class |
CompoundBodyHasher
CompoundBodyHasher is used for verification purpose.
|
Copyright © 2008–2015. All rights reserved.