Class AbstractJwsWriterProvider

java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsWriterProvider
Direct Known Subclasses:
JwsWriterInterceptor

public class AbstractJwsWriterProvider extends Object
  • Constructor Details

    • AbstractJwsWriterProvider

      public AbstractJwsWriterProvider()
  • Method Details

    • setSignatureProvider

      public void setSignatureProvider(org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider signatureProvider)
    • getInitializedSigProvider

      protected org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider getInitializedSigProvider(org.apache.cxf.rs.security.jose.jws.JwsHeaders headers)
    • setRequestContextProperty

      protected void setRequestContextProperty(org.apache.cxf.rs.security.jose.common.JoseHeaders headers)
    • writeJws

      protected void writeJws(org.apache.cxf.rs.security.jose.jws.JwsCompactProducer p, org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider theSigProvider, OutputStream os) throws IOException
      Throws:
      IOException