public class JWSBuilder.EncodingBuilder extends Object
Constructor and Description |
---|
EncodingBuilder() |
Modifier and Type | Method and Description |
---|---|
String |
hmac256(byte[] sharedSecret) |
String |
hmac256(SecretKey sharedSecret) |
String |
hmac384(byte[] sharedSecret) |
String |
hmac384(SecretKey sharedSecret) |
String |
hmac512(byte[] sharedSecret) |
String |
hmac512(SecretKey sharedSecret) |
String |
none() |
String |
rsa256(PrivateKey privateKey) |
String |
rsa384(PrivateKey privateKey) |
String |
rsa512(PrivateKey privateKey) |
public String none()
public String rsa256(PrivateKey privateKey)
public String rsa384(PrivateKey privateKey)
public String rsa512(PrivateKey privateKey)
public String hmac256(byte[] sharedSecret)
public String hmac384(byte[] sharedSecret)
public String hmac512(byte[] sharedSecret)
Copyright © 2021 JBoss by Red Hat. All rights reserved.