Package org.keycloak.jose.jws
Class JWSBuilder
java.lang.Object
org.keycloak.jose.jws.JWSBuilder
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncontent(byte[] bytes) contentType(String type) protected voidencode(String sigAlgName, byte[] data, StringBuilder encoding) protected voidencode(Algorithm alg, byte[] data, StringBuilder encoding) protected StringencodeAll(StringBuilder encoding, byte[] signature) protected StringencodeHeader(String sigAlgName) jsonContent(Object object) protected byte[]x5c(List<X509Certificate> x5c)  
- 
Field Details
- 
type
 - 
kid
 - 
x5t
 - 
jwk
 - 
x5c
 - 
contentType
 - 
contentBytes
protected byte[] contentBytes 
 - 
 - 
Constructor Details
- 
JWSBuilder
public JWSBuilder() 
 - 
 - 
Method Details
- 
type
 - 
kid
 - 
x5t
 - 
jwk
 - 
x5c
 - 
contentType
 - 
content
 - 
jsonContent
 - 
encodeHeader
 - 
encodeAll
 - 
encode
 - 
encode
 - 
marshalContent
protected byte[] marshalContent() 
 -