| 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.cryptography |
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations. |
| com.azure.security.keyvault.keys.models |
Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
|
| Class and Description |
|---|
| CreateEcKeyOptions
Represents the configurable options to create an Ec key.
|
| CreateKeyOptions
Represents the configurable options to create a key.
|
| CreateRsaKeyOptions
Represents the configurable options to create an Rsa key.
|
| DeletedKey
Deleted Key is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes
inherited from
KeyVaultKey. |
| ImportKeyOptions
Represents the configurable options to import a key.
|
| JsonWebKey
As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.
|
| KeyOperation
Defines values for KeyOperation.
|
| KeyProperties
KeyProperties is the resource containing all the properties of the key except its
JsonWebKey material. |
| KeyType
Defines values for KeyType.
|
| KeyVaultKey
Key is the resource consisting of name,
JsonWebKey and its attributes specified in KeyProperties. |
| Class and Description |
|---|
| KeyVaultKey
Key is the resource consisting of name,
JsonWebKey and its attributes specified in KeyProperties. |
| Class and Description |
|---|
| CreateEcKeyOptions
Represents the configurable options to create an Ec key.
|
| CreateKeyOptions
Represents the configurable options to create a key.
|
| CreateRsaKeyOptions
Represents the configurable options to create an Rsa key.
|
| ImportKeyOptions
Represents the configurable options to import a key.
|
| JsonWebKey
As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.
|
| KeyCurveName
Defines values for KeyCurveName.
|
| KeyOperation
Defines values for KeyOperation.
|
| KeyProperties
KeyProperties is the resource containing all the properties of the key except its
JsonWebKey material. |
| KeyType
Defines values for KeyType.
|
| KeyVaultKey
Key is the resource consisting of name,
JsonWebKey and its attributes specified in KeyProperties. |
Copyright © 2021 Microsoft Corporation. All rights reserved.