Package org.keycloak.jose.jws
Class JWSBuilder.EncodingBuilder
java.lang.Object
org.keycloak.jose.jws.JWSBuilder.EncodingBuilder
- Enclosing class:
 - JWSBuilder
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionhmac256(byte[] sharedSecret) Deprecated.Deprecated.hmac384(byte[] sharedSecret) Deprecated.Deprecated.hmac512(byte[] sharedSecret) Deprecated.Deprecated.none()rsa256(PrivateKey privateKey) Deprecated.rsa384(PrivateKey privateKey) Deprecated.rsa512(PrivateKey privateKey) Deprecated.sign(SignatureSignerContext signer) sign(Algorithm algorithm, PrivateKey privateKey) Deprecated. 
- 
Constructor Details
- 
EncodingBuilder
public EncodingBuilder() 
 - 
 - 
Method Details
- 
sign
 - 
none
 - 
sign
Deprecated. - 
rsa256
Deprecated. - 
rsa384
Deprecated. - 
rsa512
Deprecated. - 
hmac256
Deprecated. - 
hmac384
Deprecated. - 
hmac512
Deprecated. - 
hmac256
Deprecated. - 
hmac384
Deprecated. - 
hmac512
Deprecated. 
 -