org.apache.cxf.rs.security.jose.jaxrs
Class AbstractJwsWriterProvider
java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsWriterProvider
- Direct Known Subclasses:
- JwsWriterInterceptor
public class AbstractJwsWriterProvider
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJwsWriterProvider
public AbstractJwsWriterProvider()
setSignatureProvider
public void setSignatureProvider(JwsSignatureProvider signatureProvider)
getInitializedSigProvider
protected JwsSignatureProvider getInitializedSigProvider(JoseHeaders headers)
setRequestContextProperty
protected void setRequestContextProperty(JoseHeaders headers)
writeJws
protected void writeJws(JwsCompactProducer p,
JwsSignatureProvider theSigProvider,
OutputStream os)
throws IOException
- Throws:
IOException
Apache CXF