|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailException | |
---|---|
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 | |
---|---|
BodyHasher |
DKIMVerifier.newBodyHasher(Headers messageHeaders)
|
String |
DKIMSigner.sign(InputStream is)
|
List<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. |
List<SignatureRecord> |
DKIMVerifier.verify(InputStream is)
Verifies all of the DKIM-Signature records declared in the supplied input stream |
Uses of FailException in org.apache.james.jdkim.exceptions |
---|
Subclasses of FailException in org.apache.james.jdkim.exceptions | |
---|---|
class |
PermFailException
|
class |
TempFailException
|
Uses of FailException in org.apache.james.jdkim.impl |
---|
Methods in org.apache.james.jdkim.impl that return types with arguments of type FailException | |
---|---|
Map<String,FailException> |
CompoundBodyHasher.getSignatureExceptions()
|
Constructor parameters in org.apache.james.jdkim.impl with type arguments of type FailException | |
---|---|
CompoundBodyHasher(Map<String,BodyHasherImpl> bodyHashJobs,
Hashtable<String,FailException> signatureExceptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |