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 JwsAlgorithmTypeJwsAlgorithm. getAlgorithmType()Gets the JwsAlgorithmType of the JwsAlgorithm.static JwsAlgorithmTypeJwsAlgorithmType. 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 SupportedEllipticCurveSupportedEllipticCurve. forSignature(byte[] signature, JwsAlgorithmType type)Determines the supported curve parameters for the given signature.
-