Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyCreateParameters
Package
Description
-
Uses of KeyCreateParameters in it.pagopa.swclient.mil.azureservices.keyvault.keys.client
Modifier and TypeMethodDescriptionAzureKeyVaultKeysClient.createKey
(String accessToken, String keyName, KeyCreateParameters keyCreateParameters) Creates a new key, stores it, then returns key parameters and attributes to the client.io.smallrye.mutiny.Uni
<KeyBundle> AzureKeyVaultKeysReactiveClient.createKey
(String accessToken, String keyName, KeyCreateParameters keyCreateParameters) Creates a new key, stores it, then returns key parameters and attributes to the client. -
Uses of KeyCreateParameters in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<KeyBundle> AzureKeyVaultKeysReactiveService.createKey
(String keyName, KeyCreateParameters keyCreateParameters) Creates a new key, stores it, then returns key parameters and attributes to the client.