Uses of Class
org.jboss.resteasy.security.doseta.VerificationResult
-
Packages that use VerificationResult Package Description org.jboss.resteasy.security.doseta -
-
Uses of VerificationResult in org.jboss.resteasy.security.doseta
Methods in org.jboss.resteasy.security.doseta that return VerificationResult Modifier and Type Method Description VerificationResult
VerificationResults. getFirstResult(Verification verification)
VerificationResult
Verifier. verify(Map headers, byte[] body, Verification verification, DKIMSignature signature)
Verify one signature and store the results.Methods in org.jboss.resteasy.security.doseta that return types with arguments of type VerificationResult Modifier and Type Method Description List<VerificationResult>
VerificationResultSet. getResults()
Method parameters in org.jboss.resteasy.security.doseta with type arguments of type VerificationResult Modifier and Type Method Description void
VerificationResultSet. setResults(List<VerificationResult> results)
-