Uses of Enum
com.okta.sdk.resource.model.ECKeyJWK.CrvEnum
Packages that use ECKeyJWK.CrvEnum
-
Uses of ECKeyJWK.CrvEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ECKeyJWK.CrvEnumModifier and TypeMethodDescriptionstatic ECKeyJWK.CrvEnum
ECKeyJWK.getCrv()
Get crvstatic ECKeyJWK.CrvEnum
Returns the enum constant of this type with the specified name.static ECKeyJWK.CrvEnum[]
ECKeyJWK.CrvEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type ECKeyJWK.CrvEnumModifier and TypeMethodDescriptionECKeyJWK.crv
(ECKeyJWK.CrvEnum crv) void
ECKeyJWK.setCrv
(ECKeyJWK.CrvEnum crv)