Uses of Interface
org.jboss.resteasy.security.doseta.KeyRepository
-
Uses of KeyRepository in org.jboss.resteasy.security.doseta
Modifier and TypeClassDescriptionclass
For use when you want repository created via a context object, i.e., when defined within a WAR file.class
Modifier and TypeFieldDescriptionprotected KeyRepository
Verification.repository
protected KeyRepository
Verifier.repository
Modifier and TypeMethodDescriptionprotected DKIMSignature
AbstractDigitalSigningHeaderDecorator.createHeader
(KeyRepository repository) void
Verification.setRepository
(KeyRepository repository) void
Verifier.setRepository
(KeyRepository repository) protected void
DigitalSigningInterceptor.sign
(KeyRepository repository, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, byte[] body, DKIMSignature dosetaSignature)