| Package | Description |
|---|---|
| com.azure.security.keyvault.keys |
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault. |
| com.azure.security.keyvault.keys.models |
Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVaultKey |
KeyClient.updateKeyProperties(KeyProperties keyProperties,
KeyOperation... keyOperations)
Updates the
attributes and key operations associated with the
specified key, but not the cryptographic key material of the specified
key in the key vault. |
Mono<KeyVaultKey> |
KeyAsyncClient.updateKeyProperties(KeyProperties keyProperties,
KeyOperation... keyOperations)
Updates the
attributes and key operations associated with the
specified key, but not the cryptographic key material of the specified
key in the key vault. |
com.azure.core.http.rest.Response<KeyVaultKey> |
KeyClient.updateKeyPropertiesWithResponse(KeyProperties keyProperties,
com.azure.core.util.Context context,
KeyOperation... keyOperations)
Updates the
attributes and key operations associated with the
specified key, but not the cryptographic key material of the specified
key in the key vault. |
Mono<com.azure.core.http.rest.Response<KeyVaultKey>> |
KeyAsyncClient.updateKeyPropertiesWithResponse(KeyProperties keyProperties,
KeyOperation... keyOperations)
Updates the
attributes and key operations associated with the
specified key, but not the cryptographic key material of the specified
key in the key vault. |
| Modifier and Type | Field and Description |
|---|---|
static KeyOperation |
KeyOperation.DECRYPT
Static value Decrypt for KeyOperation.
|
static KeyOperation |
KeyOperation.ENCRYPT
Static value Encrypt for KeyOperation.
|
static KeyOperation |
KeyOperation.IMPORT
Static value Import for KeyOperation.
|
static KeyOperation |
KeyOperation.SIGN
Static value Sign for KeyOperation.
|
static KeyOperation |
KeyOperation.UNWRAP_KEY
Static value Unwrap Key for KeyOperation.
|
static KeyOperation |
KeyOperation.VERIFY
Static value Verify for KeyOperation.
|
static KeyOperation |
KeyOperation.WRAP_KEY
Static value Wrap Key for KeyOperation.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyOperation |
KeyOperation.fromString(String name)
Creates or finds a KeyOperation from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyOptions |
CreateKeyOptions.setKeyOperations(KeyOperation... keyOperations)
Set the key operations.
|
CreateEcKeyOptions |
CreateEcKeyOptions.setKeyOperations(KeyOperation... keyOperations)
Set the key operations.
|
CreateOctKeyOptions |
CreateOctKeyOptions.setKeyOperations(KeyOperation... keyOperations)
Set the key operations.
|
CreateRsaKeyOptions |
CreateRsaKeyOptions.setKeyOperations(KeyOperation... keyOperations)
Set the key operations.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.