Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyCreateParameters
Packages that use KeyCreateParameters
Package
Description
-
Uses of KeyCreateParameters in it.pagopa.swclient.mil.azureservices.keyvault.keys.client
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.client with parameters of type KeyCreateParametersModifier 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
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.service with parameters of type KeyCreateParametersModifier 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.io.smallrye.mutiny.Uni<KeyBundle> AzureKeyVaultKeysReactiveServiceDev.createKey(String keyName, KeyCreateParameters keyCreateParameters) io.smallrye.mutiny.Uni<KeyBundle> AzureKeyVaultKeysReactiveServiceImpl.createKey(String keyName, KeyCreateParameters keyCreateParameters) Creates a new key, stores it, then returns key parameters and attributes to the client.