Uses of Class
org.forgerock.json.jose.jws.JwsAlgorithmType
-
Packages that use JwsAlgorithmType Package Description org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'. -
-
Uses of JwsAlgorithmType in org.forgerock.json.jose.jws
Methods in org.forgerock.json.jose.jws that return JwsAlgorithmType Modifier and Type Method Description JwsAlgorithmType
JwsAlgorithm. getAlgorithmType()
Gets the JwsAlgorithmType of the JwsAlgorithm.static JwsAlgorithmType
JwsAlgorithmType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JwsAlgorithmType[]
JwsAlgorithmType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.json.jose.jws with parameters of type JwsAlgorithmType Modifier and Type Method Description static SupportedEllipticCurve
SupportedEllipticCurve. forSignature(byte[] signature, JwsAlgorithmType type)
Determines the supported curve parameters for the given signature.
-