Uses of Enum Class
org.keycloak.crypto.ECCurve
Packages that use ECCurve
-
Uses of ECCurve in org.keycloak.crypto
Methods in org.keycloak.crypto that return ECCurveModifier and TypeMethodDescriptionstatic ECCurve
ECCurve.fromStdCrv
(String crv) Convert standard EC curve names (and aliases) into this enum.static ECCurve
Returns the enum constant of this class with the specified name.static ECCurve[]
ECCurve.values()
Returns an array containing the constants of this enum class, in the order they are declared.