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 PublicKeyRecord
DKIMVerifier. newPublicKeyRecord(String record)
PublicKeyRecord
DKIMVerifier. publicKeySelector(List<String> records)
PublicKeyRecord
DKIMVerifier. 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 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 Modifier and Type Class Description class
PublicKeyRecordImpl
-