Uses of Interface
org.apache.james.jdkim.api.SignatureRecord
-
Packages that use SignatureRecord Package Description org.apache.james.jdkim org.apache.james.jdkim.impl org.apache.james.jdkim.tagvalue -
-
Uses of SignatureRecord in org.apache.james.jdkim
Methods in org.apache.james.jdkim that return SignatureRecord Modifier and Type Method Description SignatureRecordDKIMVerifier. newSignatureRecord(String record)SignatureRecordIscheduleDKIMVerifier. newSignatureRecord(String record)SignatureRecordDKIMSigner. newSignatureRecordTemplate(String record)SignatureRecordIscheduleDKIMSigner. newSignatureRecordTemplate(String record)Methods in org.apache.james.jdkim that return types with arguments of type SignatureRecord Modifier and Type Method Description List<SignatureRecord>DKIMVerifier. verify(InputStream is)Verifies all of the DKIM-Signature records declared in the supplied input streamList<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.Methods in org.apache.james.jdkim with parameters of type SignatureRecord Modifier and Type Method Description static voidDKIMVerifier. apply(PublicKeyRecord pkr, SignatureRecord sign)asserts applicability of a signature record the a public key record.BodyHasherDKIMSigner. newBodyHasher(SignatureRecord signRecord)protected BodyHasherImplDKIMVerifier. newBodyHasher(SignatureRecord signRecord)BodyHasherIscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)PublicKeyRecordDKIMVerifier. publicRecordLookup(SignatureRecord sign)Iterates through signature's declared lookup methodprotected static voidDKIMCommon. signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) -
Uses of SignatureRecord in org.apache.james.jdkim.impl
Methods in org.apache.james.jdkim.impl that return SignatureRecord Modifier and Type Method Description SignatureRecordBodyHasherImpl. getSignatureRecord()Methods in org.apache.james.jdkim.impl with parameters of type SignatureRecord Modifier and Type Method Description voidBodyHasherImpl. setSignatureRecord(SignatureRecord sign)Constructors in org.apache.james.jdkim.impl with parameters of type SignatureRecord Constructor Description BodyHasherImpl(SignatureRecord sign) -
Uses of SignatureRecord in org.apache.james.jdkim.tagvalue
Classes in org.apache.james.jdkim.tagvalue that implement SignatureRecord Modifier and Type Class Description classSignatureRecordImpl
-