Uses of Class
org.jboss.resteasy.security.doseta.Verification
Packages that use Verification
-
Uses of Verification in org.jboss.resteasy.security.doseta
Fields in org.jboss.resteasy.security.doseta with type parameters of type VerificationMethods in org.jboss.resteasy.security.doseta that return VerificationModifier and TypeMethodDescriptionVerifier.addNew()
protected Verification
AbstractDigitalVerificationHeaderDecorator.createVerification
(Verify v) VerificationResultSet.getVerification()
Methods in org.jboss.resteasy.security.doseta that return types with arguments of type VerificationMethods in org.jboss.resteasy.security.doseta with parameters of type VerificationModifier and TypeMethodDescriptionVerificationResults.getFirstResult
(Verification verification) VerificationResults.getResultSet
(Verification verification) void
VerificationResultSet.setVerification
(Verification verification) Verifier.verify
(Map headers, byte[] body, Verification verification, DKIMSignature signature) Verify one signature and store the results.Verifier.verifySignature
(Map headers, byte[] body, Verification verification, DKIMSignature signature)