Uses of Interface
org.apache.james.jdkim.api.BodyHasher
-
Packages that use BodyHasher Package Description 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 Modifier and Type Method Description BodyHasher
DKIMSigner. newBodyHasher(SignatureRecord signRecord)
BodyHasher
DKIMVerifier. newBodyHasher(Headers messageHeaders)
BodyHasher
IscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)
Methods in org.apache.james.jdkim with parameters of type BodyHasher Modifier and Type Method Description String
DKIMSigner. sign(Headers message, BodyHasher bh)
String
IscheduleDKIMSigner. sign(Headers reqHeaders, 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 Modifier and Type Class Description class
BodyHasherImpl
class
CompoundBodyHasher
CompoundBodyHasher is used for verification purpose.
-