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 SignatureRecord
DKIMVerifier. newSignatureRecord(String record)
SignatureRecord
IscheduleDKIMVerifier. newSignatureRecord(String record)
SignatureRecord
DKIMSigner. newSignatureRecordTemplate(String record)
SignatureRecord
IscheduleDKIMSigner. 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 void
DKIMVerifier. apply(PublicKeyRecord pkr, SignatureRecord sign)
asserts applicability of a signature record the a public key record.BodyHasher
DKIMSigner. newBodyHasher(SignatureRecord signRecord)
protected BodyHasherImpl
DKIMVerifier. newBodyHasher(SignatureRecord signRecord)
BodyHasher
IscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)
PublicKeyRecord
DKIMVerifier. publicRecordLookup(SignatureRecord sign)
Iterates through signature's declared lookup methodprotected static void
DKIMCommon. 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 SignatureRecord
BodyHasherImpl. getSignatureRecord()
Methods in org.apache.james.jdkim.impl with parameters of type SignatureRecord Modifier and Type Method Description void
BodyHasherImpl. 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 class
SignatureRecordImpl
-