Uses of Interface
org.apache.james.jdkim.api.PublicKeyRecord
-
Packages that use PublicKeyRecord Package Description 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 Modifier and Type Method Description protected PublicKeyRecordDKIMVerifier. newPublicKeyRecord(String record)PublicKeyRecordDKIMVerifier. publicKeySelector(List<String> records)PublicKeyRecordDKIMVerifier. publicRecordLookup(SignatureRecord sign)Iterates through signature's declared lookup methodMethods in org.apache.james.jdkim with parameters of type PublicKeyRecord Modifier and Type Method Description static voidDKIMVerifier. 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 Modifier and Type Class Description classPublicKeyRecordImpl
-