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 void
DKIMVerifier. apply(PublicKeyRecord pkr, SignatureRecord sign)
asserts applicability of a signature record the a public key record.protected PublicKeyRecordRetriever
DKIMVerifier. getPublicKeyRecordRetriever()
BodyHasher
DKIMSigner. newBodyHasher(SignatureRecord signRecord)
protected BodyHasherImpl
DKIMVerifier. newBodyHasher(SignatureRecord signRecord)
BodyHasher
IscheduleDKIMSigner. newBodyHasher(SignatureRecord signRecord)
PublicKeyRecord
DKIMVerifier. publicKeySelector(List<String> records)
PublicKeyRecord
DKIMVerifier. publicRecordLookup(SignatureRecord sign)
Iterates through signature's declared lookup methodString
DKIMSigner. sign(Headers message, BodyHasher bh)
String
IscheduleDKIMSigner. sign(Headers reqHeaders, BodyHasher bh)
protected static void
DKIMCommon. 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)
-