Uses of Class
com.microsoft.azure.keyvault.models.KeyBundle
-
Packages that use KeyBundle Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return KeyBundle Modifier and Type Method Description KeyBundle
KeyVaultClientBase. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBase. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustom. createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustom. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBase. getKey(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.KeyBundle
KeyVaultClientCustom. getKey(String keyIdentifier)
Gets the part of a stored key.KeyBundle
KeyVaultClientCustom. getKey(String vaultBaseUrl, String keyName)
Gets the part of a stored key.KeyBundle
KeyVaultClientBase. importKey(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBase. importKey(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustom. importKey(ImportKeyRequest importKeyRequest)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBase. recoverDeletedKey(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.KeyBundle
KeyVaultClientBase. restoreKey(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.KeyBundle
KeyVaultClientBase. updateKey(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.KeyBundle
KeyVaultClientBase. updateKey(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.KeyBundle
KeyVaultClientCustom. updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.Methods in com.microsoft.azure.keyvault that return types with arguments of type KeyBundle Modifier and Type Method Description rx.Observable<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientCustom. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientCustom. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBase. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. getKeyAsync(String keyIdentifier, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. getKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the part of a stored key.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. getKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.rx.Observable<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. importKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. importKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBase. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Recovers the deleted key to its latest version.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. recoverDeletedKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.rx.Observable<KeyBundle>
KeyVaultClientBase. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Restores a backed up key to a vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. restoreKeyWithServiceResponseAsync(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.rx.Observable<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. updateKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. updateKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.Method parameters in com.microsoft.azure.keyvault with type arguments of type KeyBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. getKeyAsync(String keyIdentifier, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. getKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Recovers the deleted key to its latest version.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Restores a backed up key to a vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault. -
Uses of KeyBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return KeyBundle Modifier and Type Method Description KeyBundle
KeyVaultClientBaseImpl. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBaseImpl. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustomImpl. createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustomImpl. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
KeyBundle
KeyVaultClientBaseImpl. getKey(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.KeyBundle
KeyVaultClientCustomImpl. getKey(String keyIdentifier)
Gets the public part of a stored key.KeyBundle
KeyVaultClientCustomImpl. getKey(String vaultBaseUrl, String keyName)
Gets the public part of a stored key.KeyBundle
KeyVaultClientBaseImpl. importKey(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBaseImpl. importKey(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientCustomImpl. importKey(ImportKeyRequest importKeyRequest)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.KeyBundle
KeyVaultClientBaseImpl. recoverDeletedKey(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.KeyBundle
KeyVaultClientBaseImpl. restoreKey(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.KeyBundle
KeyVaultClientBaseImpl. updateKey(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.KeyBundle
KeyVaultClientBaseImpl. updateKey(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.KeyBundle
KeyVaultClientCustomImpl. updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type KeyBundle Modifier and Type Method Description rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientCustomImpl. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. getKeyAsync(String keyIdentifier, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. getKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. getKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion)
Gets the public part of a stored key.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. importKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKey key)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. importKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Recovers the deleted key to its latest version.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. recoverDeletedKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Recovers the deleted key to its latest version.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Restores a backed up key to a vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. restoreKeyWithServiceResponseAsync(String vaultBaseUrl, byte[] keyBundleBackup)
Restores a backed up key to a vault.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. updateKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. updateKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type KeyBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. getKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. getKeyAsync(String keyIdentifier, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. getKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Gets the public part of a stored key.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. importKeyAsync(String vaultBaseUrl, String keyName, JsonWebKey key, Boolean hsm, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. recoverDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Recovers the deleted key to its latest version.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. restoreKeyAsync(String vaultBaseUrl, byte[] keyBundleBackup, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Restores a backed up key to a vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. updateKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault. -
Uses of KeyBundle in com.microsoft.azure.keyvault.models
Subclasses of KeyBundle in com.microsoft.azure.keyvault.models Modifier and Type Class Description class
DeletedKeyBundle
A DeletedKeyBundle consisting of a WebKey plus its Attributes and deletion info.Methods in com.microsoft.azure.keyvault.models that return KeyBundle Modifier and Type Method Description KeyBundle
KeyBundle. withAttributes(KeyAttributes attributes)
Set the attributes value.KeyBundle
KeyBundle. withKey(JsonWebKey key)
Set the key value.KeyBundle
KeyBundle. withTags(Map<String,String> tags)
Set the tags value.
-