Uses of Class
org.apache.james.jdkim.exceptions.FailException
-
Packages that use FailException Package Description org.apache.james.jdkim org.apache.james.jdkim.exceptions org.apache.james.jdkim.impl -
-
Uses of FailException in org.apache.james.jdkim
Methods in org.apache.james.jdkim that throw FailException Modifier and Type Method Description BodyHasherDKIMVerifier. newBodyHasher(Headers messageHeaders)StringDKIMSigner. sign(InputStream is)StringIscheduleDKIMSigner. sign(Headers headers, InputStream is)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. -
Uses of FailException in org.apache.james.jdkim.exceptions
Subclasses of FailException in org.apache.james.jdkim.exceptions Modifier and Type Class Description classPermFailExceptionclassTempFailException -
Uses of FailException in org.apache.james.jdkim.impl
Methods in org.apache.james.jdkim.impl that return types with arguments of type FailException Modifier and Type Method Description Map<String,FailException>CompoundBodyHasher. getSignatureExceptions()Constructor parameters in org.apache.james.jdkim.impl with type arguments of type FailException Constructor Description CompoundBodyHasher(Map<String,BodyHasherImpl> bodyHashJobs, Hashtable<String,FailException> signatureExceptions)
-