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