Uses of Interface
org.jboss.resteasy.security.doseta.KeyRepository
-
Packages that use KeyRepository Package Description org.jboss.resteasy.security.doseta -
-
Uses of KeyRepository in org.jboss.resteasy.security.doseta
Classes in org.jboss.resteasy.security.doseta that implement KeyRepository Modifier and Type Class Description class
ConfiguredDosetaKeyRepository
For use when you want repository created via a context object, i.e., when defined within a WAR file.class
DosetaKeyRepository
Fields in org.jboss.resteasy.security.doseta declared as KeyRepository Modifier and Type Field Description protected KeyRepository
Verification. repository
protected KeyRepository
Verifier. repository
Methods in org.jboss.resteasy.security.doseta that return KeyRepository Modifier and Type Method Description KeyRepository
Verification. getRepository()
KeyRepository
Verifier. getRepository()
Methods in org.jboss.resteasy.security.doseta with parameters of type KeyRepository Modifier and Type Method Description protected DKIMSignature
AbstractDigitalSigningHeaderDecorator. createHeader(KeyRepository repository)
void
Verification. setRepository(KeyRepository repository)
void
Verifier. setRepository(KeyRepository repository)
protected void
DigitalSigningInterceptor. sign(KeyRepository repository, javax.ws.rs.core.MultivaluedMap<String,Object> headers, byte[] body, DKIMSignature dosetaSignature)
Constructors in org.jboss.resteasy.security.doseta with parameters of type KeyRepository Constructor Description Verification(KeyRepository repository)
-