Uses of Class
org.apache.james.jdkim.exceptions.PermFailException
-
Packages that use PermFailException Package Description org.apache.james.jdkim org.apache.james.jdkim.api org.apache.james.jdkim.impl -
-
Uses of PermFailException in org.apache.james.jdkim
Methods in org.apache.james.jdkim that throw PermFailException Modifier and Type Method Description static voidDKIMVerifier. apply(PublicKeyRecord pkr, SignatureRecord sign)asserts applicability of a signature record the a public key record.protected PublicKeyRecordRetrieverDKIMVerifier. getPublicKeyRecordRetriever()BodyHasherDKIMSigner. newBodyHasher(SignatureRecord signRecord)protected BodyHasherImplDKIMVerifier. newBodyHasher(SignatureRecord signRecord)BodyHasherIscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)PublicKeyRecordDKIMVerifier. publicKeySelector(List<String> records)PublicKeyRecordDKIMVerifier. publicRecordLookup(SignatureRecord sign)Iterates through signature's declared lookup methodStringDKIMSigner. sign(Headers message, BodyHasher bh)StringIscheduleDKIMSigner. sign(Headers reqHeaders, BodyHasher bh)protected static voidDKIMCommon. signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature) -
Uses of PermFailException in org.apache.james.jdkim.api
Methods in org.apache.james.jdkim.api that throw PermFailException Modifier and Type Method Description List<String>PublicKeyRecordRetriever. getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token) -
Uses of PermFailException in org.apache.james.jdkim.impl
Methods in org.apache.james.jdkim.impl that throw PermFailException Modifier and Type Method Description List<String>DNSPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)List<String>HttpPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)List<String>MultiplexingPublicKeyRecordRetriever. getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)List<String>StoredPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)Constructors in org.apache.james.jdkim.impl that throw PermFailException Constructor Description BodyHasherImpl(SignatureRecord sign)
-