Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyBundle
Packages that use KeyBundle
Package
Description
-
Uses of KeyBundle in it.pagopa.swclient.mil.azureservices.keyvault.keys.client
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.client that return KeyBundleModifier and TypeMethodDescriptionAzureKeyVaultKeysClient.createKey(String accessToken, String keyName, KeyCreateParameters keyCreateParameters) Creates a new key, stores it, then returns key parameters and attributes to the client.Gets the public part of a stored key.Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.client that return types with arguments of type KeyBundleModifier and TypeMethodDescriptionio.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.io.smallrye.mutiny.Uni<KeyBundle> Returns the public part of a stored key. -
Uses of KeyBundle in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Fields in it.pagopa.swclient.mil.azureservices.keyvault.keys.service with type parameters of type KeyBundleModifier and TypeFieldDescriptionprivate HashMap<String, LinkedHashMap<String, KeyBundle>> AzureKeyVaultKeysReactiveServiceDev.keyVaultMethods in it.pagopa.swclient.mil.azureservices.keyvault.keys.service that return types with arguments of type KeyBundleModifier 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.io.smallrye.mutiny.Uni<KeyBundle> Returns the public part of a stored key.io.smallrye.mutiny.Uni<KeyBundle> io.smallrye.mutiny.Uni<KeyBundle> Returns the public part of a stored key.io.smallrye.mutiny.Multi<KeyBundle> AzureKeyVaultKeysExtReactiveService.getKeys(String domain, List<String> expectedOps, List<String> expectedKtys) Returns all valid keys which match searching criteria.AzureKeyVaultKeysExtReactiveService.getKeyWithLongestExp(String domain, List<String> expectedOps, List<String> expectedKtys) Return the valid key with longest expiration which matches searching criteria. -
Uses of KeyBundle in it.pagopa.swclient.mil.azureservices.keyvault.keys.util
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.util with parameters of type KeyBundleModifier and TypeMethodDescriptionstatic booleanKeyUtils.doesTypeMatch(KeyBundle keyBundle, List<String> expectedKtys) Verifies if a key has a given type.static booleanKeyUtils.doOpsMatch(KeyBundle keyBundle, List<String> expectedOps) Verifies if a key is suitable for given operations.