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