Package | Description |
---|---|
org.jboss.resteasy.security.doseta |
Modifier and Type | Field and Description |
---|---|
protected List<Verification> |
Verifier.verifications |
Modifier and Type | Method and Description |
---|---|
Verification |
Verifier.addNew() |
protected Verification |
AbstractDigitalVerificationHeaderDecorator.createVerification(Verify v) |
Verification |
VerificationResultSet.getVerification() |
Modifier and Type | Method and Description |
---|---|
List<Verification> |
Verifier.getVerifications() |
Modifier and Type | Method and Description |
---|---|
VerificationResult |
VerificationResults.getFirstResult(Verification verification) |
VerificationResultSet |
VerificationResults.getResultSet(Verification verification) |
void |
VerificationResultSet.setVerification(Verification verification) |
VerificationResult |
Verifier.verify(Map headers,
byte[] body,
Verification verification,
DKIMSignature signature)
Verify one signature and store the results.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
Verifier.verifySignature(Map headers,
byte[] body,
Verification verification,
DKIMSignature signature) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.