Uses of Class
org.apache.cxf.rs.security.jose.jws.JwsDetachedSignature
-
Packages that use JwsDetachedSignature Package Description org.apache.cxf.rs.security.jose.jaxrs -
-
Uses of JwsDetachedSignature in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwsDetachedSignature Modifier and Type Method Description longJwsDetachedSignatureProvider. getSize(JwsDetachedSignature arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)voidJwsDetachedSignatureProvider. writeTo(JwsDetachedSignature parts, Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os)
-