public final class JWSAlgorithm extends Object
alg
header
parameter in JWS objects.Modifier and Type | Field and Description |
---|---|
static String |
RS256
RSASSA-PKCS-v1_5 using SHA-256 hash algorithm.
|
static String |
RS384
RSASSA-PKCS-v1_5 using SHA-384 hash algorithm.
|
static String |
RS512
RSASSA-PKCS-v1_5 using SHA-512 hash algorithm (optional).
|
Constructor and Description |
---|
JWSAlgorithm() |
public static final String RS256
public static final String RS384
public static final String RS512
Copyright © 2018 WSO2. All rights reserved.