Uses of Enum Class
org.forgerock.json.jose.jwk.KeyOperation
Packages that use KeyOperation
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of KeyOperation in org.forgerock.json.jose.jwk
Fields in org.forgerock.json.jose.jwk with type parameters of type KeyOperationModifier and TypeFieldDescriptionprotected Set<KeyOperation>
JWK.Builder.keyOperations
The key operations, optional.Methods in org.forgerock.json.jose.jwk that return KeyOperationModifier 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.Methods in org.forgerock.json.jose.jwk that return types with arguments of type KeyOperationModifier and TypeMethodDescriptionJWK.getKeyOperations()
Gets the key operations parameter of the JWK.Method parameters in org.forgerock.json.jose.jwk with type arguments of type KeyOperationModifier and TypeMethodDescriptionJWK.Builder.keyOperations
(Set<KeyOperation> keyOperations) Set the key operations parameter of the JWK.Constructor parameters in org.forgerock.json.jose.jwk with type arguments of type KeyOperation