Package | Description |
---|---|
org.jboss.resteasy.security.doseta | |
org.jboss.resteasy.security.doseta.i18n |
Modifier and Type | Field and Description |
---|---|
protected DKIMSignature |
VerificationResult.signature |
Modifier and Type | Method and Description |
---|---|
protected DKIMSignature |
AbstractDigitalSigningHeaderDecorator.createHeader(KeyRepository repository) |
DKIMSignature |
VerificationResult.getSignature() |
Modifier and Type | Method and Description |
---|---|
protected List<DKIMSignature> |
DigitalSigningInterceptor.getHeaders(javax.ws.rs.core.MultivaluedMap<String,Object> headers) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
ConfiguredDosetaKeyRepository.findPrivateKey(DKIMSignature header) |
PrivateKey |
DosetaKeyRepository.findPrivateKey(DKIMSignature header) |
PrivateKey |
KeyRepository.findPrivateKey(DKIMSignature header) |
PublicKey |
ConfiguredDosetaKeyRepository.findPublicKey(DKIMSignature header) |
PublicKey |
DosetaKeyRepository.findPublicKey(DKIMSignature header) |
PublicKey |
KeyRepository.findPublicKey(DKIMSignature header) |
String |
DosetaKeyRepository.getAlias(DKIMSignature header) |
void |
VerificationResult.setSignature(DKIMSignature signature) |
protected void |
DigitalSigningInterceptor.sign(KeyRepository repository,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
byte[] body,
DKIMSignature dosetaSignature) |
javax.ws.rs.core.MultivaluedMap<String,String> |
Verification.verify(DKIMSignature signature,
Map headers,
byte[] body,
PublicKey publicKey)
Headers can be a Map<String, Object> or a Map<String, List<Object>>.
|
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) |
Modifier and Type | Method and Description |
---|---|
VerificationResults |
Verifier.verify(List<DKIMSignature> signatures,
Map headers,
byte[] body)
Try to verify a set of signatures and store the results.
|
Modifier and Type | Method and Description |
---|---|
String |
Messages_$bundle.couldNotFindPublicKey(DKIMSignature signature) |
String |
Messages.couldNotFindPublicKey(DKIMSignature signature) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.