Package org.keycloak.jose.jws
Class JWSBuilder
java.lang.Object
org.keycloak.jose.jws.JWSBuilder
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontent
(byte[] bytes) contentType
(String type) protected void
encode
(String sigAlgName, byte[] data, StringBuilder encoding) protected void
encode
(Algorithm alg, byte[] data, StringBuilder encoding) protected String
encodeAll
(StringBuilder encoding, byte[] signature) protected String
encodeHeader
(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()
-