Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider

Packages that use JwsSignatureProvider
org.apache.cxf.rs.security.jose.jaxrs   
org.apache.cxf.rs.security.jose.jws   
 

Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jaxrs
 

Methods in org.apache.cxf.rs.security.jose.jaxrs that return JwsSignatureProvider
protected  JwsSignatureProvider AbstractJwsWriterProvider.getInitializedSigProvider(JwtHeaders headers)
           
 

Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwsSignatureProvider
 void AbstractJwsWriterProvider.setSignatureProvider(JwsSignatureProvider signatureProvider)
           
protected  void AbstractJwsWriterProvider.writeJws(JwsCompactProducer p, JwsSignatureProvider theSigProvider, OutputStream os)
           
 

Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jws
 

Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignatureProvider
 class AbstractJwsSignatureProvider
           
 class EcDsaJwsSignatureProvider
           
 class HmacJwsSignatureProvider
           
 class PrivateKeyJwsSignatureProvider
           
 

Methods in org.apache.cxf.rs.security.jose.jws that return JwsSignatureProvider
static JwsSignatureProvider JwsUtils.getSignatureProvider(JsonWebKey jwk)
           
static JwsSignatureProvider JwsUtils.getSignatureProvider(JsonWebKey jwk, String defaultAlgorithm)
           
 

Methods in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignatureProvider
 String JwsCompactProducer.signWith(JwsSignatureProvider signer)
           
 



Apache CXF