org.jboss.resteasy.jose.jws
Class JWSBuilder
java.lang.Object
org.jboss.resteasy.jose.jws.JWSBuilder
public class JWSBuilder
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JWSBuilder
public JWSBuilder()
JWSBuilder
public JWSBuilder(Providers providers)
type
public JWSBuilder type(String type)
contentType
public JWSBuilder contentType(String type)
contentType
public JWSBuilder contentType(MediaType type)
content
public JWSBuilder.EncodingBuilder content(byte[] bytes)
content
public JWSBuilder.EncodingBuilder content(Object object,
MediaType marshalTo)
encodeHeader
protected String encodeHeader(Algorithm alg)
encode
protected String encode(Algorithm alg,
byte[] data,
byte[] signature)
marshalContent
protected byte[] marshalContent()
Copyright © 2013. All Rights Reserved.