public class JwsDetachedSignatureProvider extends Object implements javax.ws.rs.ext.MessageBodyWriter<org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature>
| Constructor and Description |
|---|
JwsDetachedSignatureProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
boolean |
isWriteable(Class<?> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt) |
void |
writeTo(org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature parts,
Class<?> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream os) |
public long getSize(org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature>public boolean isWriteable(Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature>public void writeTo(org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature parts,
Class<?> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream os)
throws IOException,
javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature>IOExceptionjavax.ws.rs.WebApplicationExceptionApache CXF