Uses of Enum
com.okta.sdk.resource.model.ECKeyJWK.KtyEnum
Packages that use ECKeyJWK.KtyEnum
-
Uses of ECKeyJWK.KtyEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ECKeyJWK.KtyEnumModifier and TypeMethodDescriptionstatic ECKeyJWK.KtyEnumECKeyJWK.getKty()The type of public keystatic ECKeyJWK.KtyEnumReturns the enum constant of this type with the specified name.static ECKeyJWK.KtyEnum[]ECKeyJWK.KtyEnum.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.KtyEnumModifier and TypeMethodDescriptionECKeyJWK.kty(ECKeyJWK.KtyEnum kty) voidECKeyJWK.setKty(ECKeyJWK.KtyEnum kty)