Class AbstractJwsWriterProvider

    • Constructor Detail

      • AbstractJwsWriterProvider

        public AbstractJwsWriterProvider()
    • Method Detail

      • 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