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

Packages that use JwsSignature
org.apache.cxf.rs.security.jose.jws   
 

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

Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignature
protected static class EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature
           
protected static class PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
           
 

Methods in org.apache.cxf.rs.security.jose.jws that return JwsSignature
 JwsSignature NoneJwsSignatureProvider.createJwsSignature(JwsHeaders headers)
           
 JwsSignature JwsSignatureProvider.createJwsSignature(JwsHeaders headers)
          Create a signature handler capable of updating the signature input (optional operation)
 JwsSignature AbstractJwsSignatureProvider.createJwsSignature(JwsHeaders headers)
           
protected  JwsSignature PrivateKeyJwsSignatureProvider.doCreateJwsSignature(JoseHeaders headers)
           
protected  JwsSignature HmacJwsSignatureProvider.doCreateJwsSignature(JoseHeaders headers)
           
protected abstract  JwsSignature AbstractJwsSignatureProvider.doCreateJwsSignature(JoseHeaders headers)
           
protected  JwsSignature PrivateKeyJwsSignatureProvider.doCreateJwsSignature(Signature s)
           
protected  JwsSignature EcDsaJwsSignatureProvider.doCreateJwsSignature(Signature s)
           
 

Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignature
JwsOutputStream(OutputStream out, JwsSignature signature)
           
 

Constructor parameters in org.apache.cxf.rs.security.jose.jws with type arguments of type JwsSignature
JwsJsonOutputStream(OutputStream out, List<String> protectedHeaders, List<JwsSignature> signatures)
           
 



Apache CXF