Package | Description |
---|---|
org.apache.james.jdkim | |
org.apache.james.jdkim.impl | |
org.apache.james.jdkim.tagvalue |
Modifier and Type | Method and Description |
---|---|
SignatureRecord |
IscheduleDKIMVerifier.newSignatureRecord(String record) |
SignatureRecord |
DKIMVerifier.newSignatureRecord(String record) |
SignatureRecord |
IscheduleDKIMSigner.newSignatureRecordTemplate(String record) |
SignatureRecord |
DKIMSigner.newSignatureRecordTemplate(String record) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static void |
DKIMVerifier.apply(PublicKeyRecord pkr,
SignatureRecord sign)
asserts applicability of a signature record the a public key record.
|
BodyHasher |
IscheduleDKIMSigner.newBodyHasher(SignatureRecord signRecord) |
protected BodyHasherImpl |
DKIMVerifier.newBodyHasher(SignatureRecord signRecord) |
BodyHasher |
DKIMSigner.newBodyHasher(SignatureRecord signRecord) |
PublicKeyRecord |
DKIMVerifier.publicRecordLookup(SignatureRecord sign)
Iterates through signature's declared lookup method
|
protected static void |
DKIMCommon.signatureCheck(Headers h,
SignatureRecord sign,
List<CharSequence> headers,
Signature signature) |
Modifier and Type | Method and Description |
---|---|
SignatureRecord |
BodyHasherImpl.getSignatureRecord() |
Modifier and Type | Method and Description |
---|---|
void |
BodyHasherImpl.setSignatureRecord(SignatureRecord sign) |
Constructor and Description |
---|
BodyHasherImpl(SignatureRecord sign) |
Modifier and Type | Class and Description |
---|---|
class |
SignatureRecordImpl |
Copyright © 2008–2015. All rights reserved.