|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyHasher | |
---|---|
org.apache.james.jdkim | |
org.apache.james.jdkim.impl |
Uses of BodyHasher in org.apache.james.jdkim |
---|
Methods in org.apache.james.jdkim that return BodyHasher | |
---|---|
BodyHasher |
DKIMVerifier.newBodyHasher(Headers messageHeaders)
|
BodyHasher |
DKIMSigner.newBodyHasher(SignatureRecord signRecord)
|
Methods in org.apache.james.jdkim with parameters of type BodyHasher | |
---|---|
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. |
Uses of BodyHasher in org.apache.james.jdkim.impl |
---|
Classes in org.apache.james.jdkim.impl that implement BodyHasher | |
---|---|
class |
BodyHasherImpl
|
class |
CompoundBodyHasher
CompoundBodyHasher is used for verification purpose. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |