Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyBundle
Package
Description
-
Uses of KeyBundle 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.Gets the public part of a stored key.Modifier 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
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.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
Modifier and TypeMethodDescriptionstatic boolean
KeyUtils.doesTypeMatch
(KeyBundle keyBundle, List<String> expectedKtys) Verifies if a key has a given type.static boolean
KeyUtils.doOpsMatch
(KeyBundle keyBundle, List<String> expectedOps) Verifies if a key is suitable for given operations.