Interface Key.DefinitionStages.WithKeyOperations
- All Known Subinterfaces:
Key.Definition,Key.DefinitionStages.WithCreate
- Enclosing interface:
Key.DefinitionStages
public static interface Key.DefinitionStages.WithKeyOperations
The stage of a key definition allowing to specify the allowed operations for the key.
-
Method Summary
Modifier and TypeMethodDescriptionwithKeyOperations(KeyOperation... keyOperations) Specifies the list of allowed key operations.withKeyOperations(List<KeyOperation> keyOperations) Specifies the list of allowed key operations.
-
Method Details
-
withKeyOperations
Specifies the list of allowed key operations. By default all operations are allowed.- Parameters:
keyOperations- the list of JWK operations- Returns:
- the next stage of the definition
-
withKeyOperations
Specifies the list of allowed key operations. By default all operations are allowed.- Parameters:
keyOperations- the list of JWK operations- Returns:
- the next stage of the definition
-