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 BodyHasherDKIMSigner. newBodyHasher(SignatureRecord signRecord)BodyHasherDKIMVerifier. newBodyHasher(Headers messageHeaders)BodyHasherIscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)Methods in org.apache.james.jdkim with parameters of type BodyHasher Modifier and Type Method Description StringDKIMSigner. sign(Headers message, BodyHasher bh)StringIscheduleDKIMSigner. 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 classBodyHasherImplclassCompoundBodyHasherCompoundBodyHasher is used for verification purpose.
-