Uses of Interface
org.jboss.resteasy.security.doseta.KeyRepository
Packages that use KeyRepository
-
Uses of KeyRepository in org.jboss.resteasy.security.doseta
Classes in org.jboss.resteasy.security.doseta that implement KeyRepositoryModifier and TypeClassDescriptionclass
For use when you want repository created via a context object, i.e., when defined within a WAR file.class
Fields in org.jboss.resteasy.security.doseta declared as KeyRepositoryModifier and TypeFieldDescriptionprotected KeyRepository
Verification.repository
protected KeyRepository
Verifier.repository
Methods in org.jboss.resteasy.security.doseta that return KeyRepositoryMethods in org.jboss.resteasy.security.doseta with parameters of type KeyRepositoryModifier 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) Constructors in org.jboss.resteasy.security.doseta with parameters of type KeyRepository