Uses of Enum Class
org.forgerock.json.jose.jwk.KeyOperation
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of KeyOperation in org.forgerock.json.jose.jwk
Modifier and TypeFieldDescriptionprotected Set<KeyOperation>
JWK.Builder.keyOperations
The key operations, optional.Modifier and TypeMethodDescriptionstatic KeyOperation
KeyOperation.getKeyOperations
(String name) Get the KeyOperation.static KeyOperation
Returns the enum constant of this class with the specified name.static KeyOperation[]
KeyOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionJWK.getKeyOperations()
Gets the key operations parameter of the JWK.Modifier and TypeMethodDescriptionJWK.Builder.keyOperations
(Set<KeyOperation> keyOperations) Set the key operations parameter of the JWK.