Uses of Enum
com.okta.sdk.resource.model.JsonWebKeyType
Packages that use JsonWebKeyType
-
Uses of JsonWebKeyType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as JsonWebKeyTypeMethods in com.okta.sdk.resource.model that return JsonWebKeyTypeModifier and TypeMethodDescriptionstatic JsonWebKeyType
SchemasJsonWebKey.getKty()
Get ktystatic JsonWebKeyType
Returns the enum constant of this type with the specified name.static JsonWebKeyType[]
JsonWebKeyType.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 JsonWebKeyTypeModifier and TypeMethodDescriptionSchemasJsonWebKey.kty
(JsonWebKeyType kty) void
SchemasJsonWebKey.setKty
(JsonWebKeyType kty)