Uses of Interface
org.apache.james.jdkim.api.PublicKeyRecord

Packages that use PublicKeyRecord
org.apache.james.jdkim   
org.apache.james.jdkim.tagvalue   
 

Uses of PublicKeyRecord in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that return PublicKeyRecord
protected  PublicKeyRecord DKIMVerifier.newPublicKeyRecord(String record)
           
 PublicKeyRecord DKIMVerifier.publicKeySelector(List<String> records)
           
 PublicKeyRecord DKIMVerifier.publicRecordLookup(SignatureRecord sign)
          Iterates through signature's declared lookup method
 

Methods in org.apache.james.jdkim with parameters of type PublicKeyRecord
static void DKIMVerifier.apply(PublicKeyRecord pkr, SignatureRecord sign)
          asserts applicability of a signature record the a public key record.
 

Uses of PublicKeyRecord in org.apache.james.jdkim.tagvalue
 

Classes in org.apache.james.jdkim.tagvalue that implement PublicKeyRecord
 class PublicKeyRecordImpl
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.