Index
All Classes and Interfaces|All Packages
A
- A128CBC - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A128CBC for EncryptionAlgorithm.
- A128CBC_HS256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A128CBC_HS256 for EncryptionAlgorithm.
- A128CBCPAD - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A128CBCPAD for EncryptionAlgorithm.
- A128GCM - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A128GCM for EncryptionAlgorithm.
- A128KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A128KW for EncryptionAlgorithm.
- A128KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value A128KW for KeyWrapAlgorithm.
- A192CBC - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A192CBC for EncryptionAlgorithm.
- A192CBC_HS384 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A192CBC_HS384 for EncryptionAlgorithm.
- A192CBCPAD - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A192CBCPAD for EncryptionAlgorithm.
- A192GCM - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A192GCM for EncryptionAlgorithm.
- A192KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A192KW for EncryptionAlgorithm.
- A192KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value A192KW for KeyWrapAlgorithm.
- A256CBC - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A256CBC for EncryptionAlgorithm.
- A256CBC_HS512 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A256CBC_HS512 for EncryptionAlgorithm.
- A256CBCPAD - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A256CBCPAD for EncryptionAlgorithm.
- A256GCM - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A256GCM for EncryptionAlgorithm.
- A256KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value A256KW for EncryptionAlgorithm.
- A256KW - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value Unwrap Key for KeyWrapAlgorithm.
- Additional documentation - Search tag in Overview
- Section
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - Async API - Search tag in Overview
- Section
- Authenticate the client - Search tag in Overview
- Section
- Azure Key Vault Key client library for Java - Search tag in Overview
- Section
B
- backupKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Requests a backup of the specified
key
be downloaded to the client. - backupKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Requests a backup of the specified
key
be downloaded to the client. - backupKeyWithResponse(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Requests a backup of the specified
key
be downloaded to the client. - backupKeyWithResponse(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Requests a backup of the specified
key
be downloaded to the client. - beginDeleteKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Deletes a
key
of any type from the key vault. - beginDeleteKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Deletes a
key
of any type from the key vault. - beginRecoverDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Recovers the
deleted key
in the key vault to its latest version and can only be performed on a soft-delete enabled vault. - beginRecoverDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Recovers the
deleted key
in the key vault to its latest version and can only be performed on a soft-delete enabled vault. - buildAsyncClient() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Creates a
CryptographyAsyncClient
based on options set in the builder. - buildAsyncClient() - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Creates a
KeyAsyncClient
based on options set in the builder. - buildAsyncKeyEncryptionKey(JsonWebKey) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Creates a local
KeyEncryptionKeyAsyncClient
based on options set in the builder. - buildAsyncKeyEncryptionKey(String) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Creates a
KeyEncryptionKeyAsyncClient
based on options set in the builder. - buildClient() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Creates a
CryptographyClient
based on options set in the builder. - buildClient() - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Creates a
KeyClient
based on options set in the builder. - buildKeyEncryptionKey(JsonWebKey) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Creates a local
KeyEncryptionKeyClient
for a given JSON Web Key. - buildKeyEncryptionKey(String) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Creates a
KeyEncryptionKey
based on options set in the builder.
C
- CKM_RSA_AES_KEY_WRAP - Static variable in class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Static value CKM_RSA_AES_KEY_WRAP for KeyExportEncryptionAlgorithm.
- clearMemory() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Clear key materials.
- clientOptions(ClientOptions) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- com.azure.security.keyvault.keys - package com.azure.security.keyvault.keys
-
Azure Key Vault is a cloud-based service provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting and decrypting data.
- com.azure.security.keyvault.keys.cryptography - package com.azure.security.keyvault.keys.cryptography
-
Azure Key Vault is a cloud-based service provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting and decrypting data.
- com.azure.security.keyvault.keys.cryptography.models - package com.azure.security.keyvault.keys.cryptography.models
-
Package containing classes used for representing output/results of encryption, decryption, signing, verifying, key wrapping and unwrapping operations.
- com.azure.security.keyvault.keys.models - package com.azure.security.keyvault.keys.models
-
Package containing the data models for KeyClient.
- configuration(Configuration) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- configuration(Configuration) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- configuration(Configuration) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- Contributing - Search tag in Overview
- Section
- createA128CbcPadParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBCPAD
. - createA128CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A128CBCPAD
. - createA128CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBCPAD
. - createA128CbcParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBC
. - createA128CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A128CBC
. - createA128CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBC
. - createA128GcmParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
. - createA128GcmParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
. - createA128GcmParameters(byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
. - createA128GcmParameters(byte[], byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
. - createA192CbcPadParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBCPAD
. - createA192CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A192CBCPAD
. - createA192CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBCPAD
. - createA192CbcParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBC
. - createA192CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A192CBC
. - createA192CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBC
. - createA192GcmParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
. - createA192GcmParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
. - createA192GcmParameters(byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
. - createA192GcmParameters(byte[], byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
. - createA256CbcPadParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBCPAD
. - createA256CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A256CBCPAD
. - createA256CbcPadParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBCPAD
. - createA256CbcParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBC
. - createA256CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A256CBC
. - createA256CbcParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBC
. - createA256GcmParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
. - createA256GcmParameters(byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
. - createA256GcmParameters(byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
. - createA256GcmParameters(byte[], byte[], byte[], byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
. - Create a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyAsyncClient
- Section
- Create a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyClient
- Section
- Create a Cryptographic Key - Search tag in package com.azure.security.keyvault.keys
- Section
- Create a key - Search tag in Overview
- Section
- Create a key asynchronously - Search tag in Overview
- Section
- Create cryptography client - Search tag in Overview
- Section
- createEcKey(CreateEcKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
EC key
and stores it in the key vault. - createEcKey(CreateEcKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
EC key
and stores it in the key vault. - CreateEcKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to create an EC key.
- CreateEcKeyOptions(String) - Constructor for class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Creates a
CreateEcKeyOptions
withname
as name of the EC key. - createEcKeyWithResponse(CreateEcKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
EC key
and stores it in the key vault. - createEcKeyWithResponse(CreateEcKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
EC key
and stores it in the key vault. - createKey(CreateKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
key
and stores it in the key vault. - createKey(CreateKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
key
and stores it in the key vault. - createKey(String, KeyType) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
key
and stores it in the key vault. - createKey(String, KeyType) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
key
and stores it in the key vault. - Create key client - Search tag in Overview
- Section
- CreateKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to create a key.
- CreateKeyOptions(String, KeyType) - Constructor for class com.azure.security.keyvault.keys.models.CreateKeyOptions
- createKeyWithResponse(CreateKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
key
and stores it in the key vault. - createKeyWithResponse(CreateKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
key
and stores it in the key vault. - createOctKey(CreateOctKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates and stores a new
symmetric key
in the key vault. - createOctKey(CreateOctKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates and stores a new
symmetric key
in the key vault. - CreateOctKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to create a symmetric key.
- CreateOctKeyOptions(String) - Constructor for class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Creates a
CreateOctKeyOptions
withname
as name of the key. - createOctKeyWithResponse(CreateOctKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates and stores a new
symmetric key
in the key vault. - createOctKeyWithResponse(CreateOctKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates and stores a new
symmetric key
in the key vault. - createRsa15Parameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.RSA1_5
. - createRsa15Parameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.RSA1_5
. - createRsaKey(CreateRsaKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
/** Creates a new
RSA key
and stores it in the key vault. - createRsaKey(CreateRsaKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
RSA key
and stores it in the key vault. - CreateRsaKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to create an RSA key.
- CreateRsaKeyOptions(String) - Constructor for class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Creates a
CreateRsaKeyOptions
withname
as name of the RSA key. - createRsaKeyWithResponse(CreateRsaKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a new
RSA key
and stores it in the key vault. - createRsaKeyWithResponse(CreateRsaKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a new
RSA key
and stores it in the key vault. - createRsaOaep256Parameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP_256
. - createRsaOaep256Parameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP_256
. - createRsaOaepParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Factory method to create an instance of
DecryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP
. - createRsaOaepParameters(byte[]) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Factory method to create an instance of
EncryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP
. - credential(TokenCredential) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - CryptographyAsyncClient - Class in com.azure.security.keyvault.keys.cryptography
-
The
CryptographyAsyncClient
provides asynchronous methods to perform cryptographic operations using asymmetric and symmetric keys. - CryptographyClient - Class in com.azure.security.keyvault.keys.cryptography
-
The
CryptographyClient
provides synchronous methods to perform cryptographic operations using asymmetric and symmetric keys. - Cryptography client: - Search tag in Overview
- Section
- CryptographyClientBuilder - Class in com.azure.security.keyvault.keys.cryptography
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
CryptographyAsyncClient
andCryptographyClient
, by callingCryptographyClientBuilder.buildAsyncClient()
andCryptographyClientBuilder.buildClient()
respectively It constructs an instance of the desired client. - CryptographyClientBuilder() - Constructor for class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
The constructor with defaults.
- CryptographyServiceVersion - Enum in com.azure.security.keyvault.keys.cryptography
-
The versions of Azure Key Vault Cryptography supported by this client library.
D
- decrypt(DecryptParameters) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Decrypts a single block of encrypted data using the configured key and specified algorithm.
- decrypt(DecryptParameters, Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Decrypts a single block of encrypted data using the configured key and specified algorithm.
- decrypt(EncryptionAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Decrypts a single block of encrypted data using the configured key and specified algorithm.
- decrypt(EncryptionAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Decrypts a single block of encrypted data using the configured key and specified algorithm.
- decrypt(EncryptionAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Decrypts a single block of encrypted data using the configured key and specified algorithm.
- Decrypt - Search tag in Overview
- Section
- DECRYPT - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value decrypt for KeyOperation.
- Decrypt asynchronously - Search tag in Overview
- Section
- Decrypt Data - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
- Section
- Decrypt Data - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
- Section
- Decrypt Data - Search tag in package com.azure.security.keyvault.keys.cryptography
- Section
- DecryptParameters - Class in com.azure.security.keyvault.keys.cryptography.models
-
A class containing various configuration parameters that can be applied when performing decryption operations.
- DecryptResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of decrypt operation result.
- DecryptResult(byte[], EncryptionAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.DecryptResult
-
Creates the instance of Decrypt Result holding decrypted content.
- Default HTTP client - Search tag in Overview
- Section
- Default SSL library - Search tag in Overview
- Section
- Delete a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyAsyncClient
- Section
- Delete a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyClient
- Section
- Delete a Cryptographic Key - Search tag in package com.azure.security.keyvault.keys
- Section
- Delete a key - Search tag in Overview
- Section
- Delete a key asynchronously - Search tag in Overview
- Section
- DeletedKey - Class in com.azure.security.keyvault.keys.models
-
Deleted Key is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited from
KeyVaultKey
. - DeletedKey() - Constructor for class com.azure.security.keyvault.keys.models.DeletedKey
-
Creates a new instance of
DeletedKey
. - disableChallengeResourceVerification() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.
- disableChallengeResourceVerification() - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.
- disableChallengeResourceVerification() - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.
- disableKeyCaching() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Disables local key caching and defers all cryptographic operations to the service.
- disableKeyCaching() - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Disables local key caching and defers all cryptographic operations to the service.
E
- EC - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
Elliptic Curve.
- EC_HSM - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
Elliptic Curve with a private key which is stored in the HSM.
- encrypt(EncryptionAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Encrypts an arbitrary sequence of bytes using the configured key.
- encrypt(EncryptionAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Encrypts an arbitrary sequence of bytes using the configured key.
- encrypt(EncryptionAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Encrypts an arbitrary sequence of bytes using the configured key.
- encrypt(EncryptParameters) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Encrypts an arbitrary sequence of bytes using the configured key.
- encrypt(EncryptParameters, Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Encrypts an arbitrary sequence of bytes using the configured key.
- Encrypt - Search tag in Overview
- Section
- ENCRYPT - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value encrypt for KeyOperation.
- Encrypt asynchronously - Search tag in Overview
- Section
- Encrypt Data - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
- Section
- Encrypt Data - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
- Section
- Encrypt Data - Search tag in package com.azure.security.keyvault.keys.cryptography
- Section
- EncryptionAlgorithm - Class in com.azure.security.keyvault.keys.cryptography.models
-
Defines values for EncryptionAlgorithm.
- EncryptionAlgorithm() - Constructor for class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Deprecated.
- EncryptParameters - Class in com.azure.security.keyvault.keys.cryptography.models
-
A class containing various configuration parameters that can be applied when performing encryption operations.
- EncryptResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of encrypt operation result.
- EncryptResult(byte[], EncryptionAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Creates the instance of Encrypt Result holding encryption operation response information.
- EncryptResult(byte[], EncryptionAlgorithm, String, byte[], byte[], byte[]) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Creates the instance of Encrypt Result holding encryption operation response information.
- equals(JsonWebKey) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Indicates whether some other
JsonWebKey
is "equal to" this one. - equals(Object) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
- ES256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value ES256 for SignatureAlgorithm.
- ES256K - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value ES256K for SignatureAlgorithm.
- ES384 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value ES384 for SignatureAlgorithm.
- ES512 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value ES512 for SignatureAlgorithm.
- Examples - Search tag in Overview
- Section
F
- fromAes(SecretKey) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts AES key to JSON web key.
- fromAes(SecretKey, List<KeyOperation>) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts AES key to JSON web key.
- fromEc(KeyPair, Provider) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts EC key pair to JSON web key.
- fromEc(KeyPair, Provider, List<KeyOperation>) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts EC key pair to JSON web key.
- fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.DeletedKey
-
Reads a JSON stream into a
DeletedKey
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Reads a JSON stream into a
JsonWebKey
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Reads a JSON stream into a
KeyProperties
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Reads a JSON stream into a
KeyReleasePolicy
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Reads a JSON stream into a
KeyReleasePolicy
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Reads a JSON stream into a
KeyVaultKey
. - fromJson(JsonReader) - Static method in class com.azure.security.keyvault.keys.models.ReleaseKeyResult
-
Reads an instance of ReleaseKeyResult from the JsonReader.
- fromRsa(KeyPair) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts RSA key pair to JSON web key.
- fromRsa(KeyPair, List<KeyOperation>) - Static method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts RSA key pair to JSON web key.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Creates or finds a EncryptionAlgorithm from its string representation.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Creates or finds a KeyWrapAlgorithm from its string representation.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Creates or finds a SignatureAlgorithm from its string representation.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.models.KeyCurveName
-
Creates or finds a KeyCurveName from its string representation.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Creates or finds a KeyExportEncryptionAlgorithm from its string representation.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.models.KeyOperation
-
Creates or finds a KeyOperation from its string representation.
- fromString(String) - Static method in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
-
Parses a serialized value to a KeyRotationPolicyAction instance.
- fromString(String) - Static method in class com.azure.security.keyvault.keys.models.KeyType
-
Creates or finds a KeyType from its string representation.
G
- General - Search tag in Overview
- Section
- Get a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyAsyncClient
- Section
- Get a Cryptographic Key - Search tag in class com.azure.security.keyvault.keys.KeyClient
- Section
- Get a Cryptographic Key - Search tag in package com.azure.security.keyvault.keys
- Section
- getAction() - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Get the
policy action
. - getAdditionalAuthenticatedData() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Get additional data to authenticate when performing decryption with an authenticated algorithm.
- getAdditionalAuthenticatedData() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Get additional data to authenticate when performing encryption with an authenticated algorithm.
- getAdditionalAuthenticatedData() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get additional data to authenticate the encrypted content.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
The algorithm to be used for decryption.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptResult
-
Get the algorithm used for decryption.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
The algorithm to be used for encryption.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get the encryption algorithm used for encryption.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.SignResult
-
Get the signature algorithm used to create the signature.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
-
Get the algorithm used for key wrap operation.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.VerifyResult
-
Get the signature algorithm used to verify the signature.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.cryptography.models.WrapResult
-
Get the key wrap algorithm used to wrap the key content.
- getAlgorithm() - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyOptions
-
Get the encryption algorithm to use to protected the exported key material.
- getAuthenticationTag() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Get the tag to authenticate when performing decryption with an authenticated algorithm.
- getAuthenticationTag() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get the tag to authenticate the encrypted content.
- getCipherText() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Get the content to be decrypted.
- getCipherText() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get the encrypted content.
- getContentType() - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Get the content type and version of key release policy.
- getCreatedOn() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the
time at which key was created
in UTC. - getCreatedOn() - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Get the
policy's
created time in UTC. - getCryptographyAsyncClient(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a
CryptographyAsyncClient
for the latest version of a given key. - getCryptographyAsyncClient(String, String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Creates a
CryptographyAsyncClient
for a given key version. - getCryptographyClient(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a
CryptographyClient
for the latest version of a given key. - getCryptographyClient(String, String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Creates a
CryptographyClient
for a given key version. - getCurveName() - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Get the curve.
- getCurveName() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the crv value.
- getD() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the d value.
- getDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the public part of a
deleted key
. - getDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the public part of a
deleted key
. - getDeletedKeyWithResponse(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the public part of a
deleted key
. - getDeletedKeyWithResponse(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the public part of a
deleted key
. - getDeletedOn() - Method in class com.azure.security.keyvault.keys.models.DeletedKey
-
Get the deleted UTC time.
- getDp() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the RSA Private Key Parameter value.
- getDq() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the RSA Private Key Parameter value.
- getE() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the e value.
- getEncodedPolicy() - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Get a blob encoding the policy rules under which the key can be released.
- getEncryptedKey() - Method in class com.azure.security.keyvault.keys.cryptography.models.WrapResult
-
Get the encrypted key content.
- getExpiresIn() - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Get the optional key expiration period used to define the duration after which a newly rotated key will expire.
- getExpiresOn() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the
key expiration time
in UTC. - getExpiresOn() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the
key expiration time
in UTC. - getHsmPlatform() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the underlying HSM Platform the key was generated with.
- getId() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the kid value.
- getId() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the key identifier.
- getId() - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Get the identifier of the
policy
. - getId() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the key identifier.
- getIv() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
-
Get the initialization vector to be used in the decryption operation using a symmetric algorithm.
- getIv() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Get the initialization vector to be used in the encryption operation using a symmetric algorithm.
- getIv() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get the initialization vector used by symmetric algorithms.
- getK() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get Symmetric key value.
- getKey() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Gets the public part of the configured key.
- getKey() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Gets the public part of the configured key.
- getKey() - Method in class com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
-
Get the unwrapped key content.
- getKey() - Method in class com.azure.security.keyvault.keys.models.DeletedKey
-
Get the key value.
- getKey() - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Get the key material of the key being imported.
- getKey() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the JSON Web Key.
- getKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the public part of the specified
key
and key version. - getKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the public part of the specified
key
and key version. - getKey(String, String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the public part of the specified
key
and key version. - getKey(String, String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the public part of the specified
key
and key version. - getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyAsyncClient
-
Get the identifier of the key to use for cryptography operations.
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClient
-
Get the identifier of the key to use for cryptography operations.
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptResult
-
Get the identifier of the key used for the decryption operation
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptResult
-
Get the identifier of the key used to do encryption
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.SignResult
-
Get the identifier of the key used for the verify operation
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
-
Get the identifier of the key used for the key wrap encryption
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.VerifyResult
-
Get the identifier of the key used for the verify operation
- getKeyId() - Method in class com.azure.security.keyvault.keys.cryptography.models.WrapResult
-
Get the identifier of the key used to do encryption
- getKeyOperations() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the key operations.
- getKeyOperations() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the key operations.
- getKeyOps() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the immutable key operations list.
- getKeyRotationPolicy(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the
KeyRotationPolicy
for thekey
with the provided name. - getKeyRotationPolicy(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the
KeyRotationPolicy
for thekey
with the provided name. - getKeyRotationPolicyWithResponse(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the
KeyRotationPolicy
for thekey
with the provided name. - getKeyRotationPolicyWithResponse(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the
KeyRotationPolicy
for thekey
with the provided name. - getKeySize() - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Gets the key size in bits, such as 128, 192, or 256.
- getKeySize() - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Get the key size in bits.
- getKeyType() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the key type.
- getKeyType() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the kty value.
- getKeyType() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the key type.
- getKeyWithResponse() - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Gets the public part of the configured key.
- getKeyWithResponse(Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Gets the public part of the configured key.
- getKeyWithResponse(String, String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Gets the public part of the specified
key
and key version. - getKeyWithResponse(String, String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Gets the public part of the specified
key
and key version. - getLatest() - Static method in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Gets the latest service version supported by this client library
- getLatest() - Static method in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Gets the latest service version supported by this client library
- getLifetimeActions() - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Get the actions that will be performed by Key Vault over the lifetime of a key.
- getN() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the n value.
- getName() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the key name.
- getName() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the key name.
- getName() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the key name.
- getName() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier
-
Gets the name of the key.
- getNonce() - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyOptions
-
Get a client provided nonce for freshness.
- getNotBefore() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the
key's notBefore time
in UTC. - getNotBefore() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the
key's notBefore time
in UTC. - getP() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the RSA secret prime value.
- getPlainText() - Method in class com.azure.security.keyvault.keys.cryptography.models.DecryptResult
-
Get the encrypted content.
- getPlainText() - Method in class com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Get the content to be encrypted.
- getProperties() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
-
Get the key properties.
- getPublicExponent() - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Get the public exponent for the key.
- getQ() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get RSA secret prime, with p < q value.
- getQi() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the RSA Private Key Parameter value.
- getRandomBytes(int) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Get the requested number of bytes containing random values from a managed HSM.
- getRandomBytes(int) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Get the requested number of bytes containing random values from a managed HSM.
- getRandomBytesWithResponse(int) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Get the requested number of bytes containing random values from a managed HSM.
- getRandomBytesWithResponse(int, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Get the requested number of bytes containing random values from a managed HSM.
- getRecoverableDays() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Gets the number of days a key is retained before being deleted for a soft delete-enabled Key Vault.
- getRecoveryId() - Method in class com.azure.security.keyvault.keys.models.DeletedKey
-
Get the recoveryId identifier.
- getRecoveryLevel() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the key recovery level.
- getReleasePolicy() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the policy rules under which the key can be exported.
- getReleasePolicy() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the policy rules under which the key can be exported.
- getScheduledPurgeDate() - Method in class com.azure.security.keyvault.keys.models.DeletedKey
-
Get the scheduled purge UTC time.
- getSignature() - Method in class com.azure.security.keyvault.keys.cryptography.models.SignResult
-
Get the signature created from the digest.
- getSourceId() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier
-
Gets the key identifier used to create this object.
- getT() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get HSM Token value, used with Bring Your Own Key.
- getTags() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the tags associated with the key.
- getTags() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the tags associated with the key.
- getTimeAfterCreate() - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Get the time after creation to attempt to rotate in ISO 8601 duration format.
- getTimeBeforeExpiry() - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Get the time before expiry to attempt to rotate or notify in ISO 8601 duration format.
- Getting started - Search tag in Overview
- Section
- Getting Started - Search tag in class com.azure.security.keyvault.keys.KeyAsyncClient
- Section
- Getting Started - Search tag in class com.azure.security.keyvault.keys.KeyClient
- Section
- Getting Started - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
- Section
- Getting Started - Search tag in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
- Section
- Getting Started - Search tag in package com.azure.security.keyvault.keys
- Section
- Getting Started - Search tag in package com.azure.security.keyvault.keys.cryptography
- Section
- getUpdatedOn() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the
time at which key was last updated
in UTC. - getUpdatedOn() - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Get the
policy's
last updated time in UTC. - getValue() - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyResult
-
Get the value property: A signed object containing the released key.
- getVaultUrl() - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Get the vault endpoint url to which service requests are sent to.
- getVaultUrl() - Method in class com.azure.security.keyvault.keys.KeyClient
-
Get the vault endpoint url to which service requests are sent to.
- getVaultUrl() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier
-
Gets the URL of the Key Vault.
- getVersion() - Method in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
- getVersion() - Method in enum com.azure.security.keyvault.keys.KeyServiceVersion
- getVersion() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the version of the key.
- getVersion() - Method in class com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier
-
Gets the optional version of the key.
- getX() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the x value.
- getY() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Get the y value.
H
- hashCode() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
- hasPrivateKey() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Verifies whether the
JsonWebKey
has private key. - httpClient(HttpClient) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service.
I
- IMPORT - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value import for KeyOperation.
- importKey(ImportKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Imports an externally created
key
and stores it in the key vault. - importKey(ImportKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Imports an externally created
key
and stores it in the key vault. - importKey(String, JsonWebKey) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Imports an externally created
key
and stores it in the key vault. - importKey(String, JsonWebKey) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Imports an externally created
key
and stores it in the key vault. - ImportKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to import a key.
- ImportKeyOptions(String, JsonWebKey) - Constructor for class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Creates instance of
ImportKeyOptions
. - importKeyWithResponse(ImportKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Imports an externally created
key
and stores it in the key vault. - importKeyWithResponse(ImportKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Imports an externally created
key
and stores it in the key vault. - Include direct dependency - Search tag in Overview
- Section
- Include the BOM file - Search tag in Overview
- Section
- Include the package - Search tag in Overview
- Section
- isEnabled() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get the enabled value.
- isEnabled() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the enabled value.
- isExportable() - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Get a flag that indicates if the private key can be exported.
- isExportable() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get a flag that indicates if the private key can be exported.
- isHardwareProtected() - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Get the HSM value of the key being created.
- isHardwareProtected() - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Get the HSM value of the key being created.
- isHardwareProtected() - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Get the HSM value of the key being created.
- isHardwareProtected() - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Get the HSM value of the key being imported.
- isImmutable() - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Get a value indicating if the policy is immutable.
- isManaged() - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Get the managed value.
- isValid() - Method in class com.azure.security.keyvault.keys.cryptography.models.VerifyResult
-
Get the verify operation result.
- isValid() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Verifies whether the
JsonWebKey
is valid.
J
- jsonWebKey(JsonWebKey) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
JsonWebKey
to be used for local cryptography operations. - JsonWebKey - Class in com.azure.security.keyvault.keys.models
-
As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.
- JsonWebKey() - Constructor for class com.azure.security.keyvault.keys.models.JsonWebKey
-
Creates a new instance of
JsonWebKey
.
K
- Key - Search tag in Overview
- Section
- KeyAsyncClient - Class in com.azure.security.keyvault.keys
-
The
KeyAsyncClient
provides asynchronous methods to managekeys
in the Azure Key Vault. - KeyClient - Class in com.azure.security.keyvault.keys
- Key client: - Search tag in Overview
- Section
- KeyClientBuilder - Class in com.azure.security.keyvault.keys
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client
andsecret sync client
, by callingbuildAsyncClient
andbuildClient
respectively. - KeyClientBuilder() - Constructor for class com.azure.security.keyvault.keys.KeyClientBuilder
-
The constructor with defaults.
- Key concepts - Search tag in Overview
- Section
- KeyCurveName - Class in com.azure.security.keyvault.keys.models
-
Elliptic curve name.
- KeyCurveName() - Constructor for class com.azure.security.keyvault.keys.models.KeyCurveName
-
Deprecated.Use the
KeyCurveName.fromString(String)
factory method. - KeyEncryptionKeyAsyncClient - Class in com.azure.security.keyvault.keys.cryptography
-
A key client which is used to asynchronously wrap or unwrap another key.
- KeyEncryptionKeyClient - Class in com.azure.security.keyvault.keys.cryptography
-
A key client which is used to synchronously wrap or unwrap another key.
- KeyEncryptionKeyClientBuilder - Class in com.azure.security.keyvault.keys.cryptography
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
KeyEncryptionKey async client
andKeyEncryptionKey sync client
, by callingKeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey(String)
andKeyEncryptionKeyClientBuilder.buildKeyEncryptionKey(String)
respectively. - KeyEncryptionKeyClientBuilder() - Constructor for class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
The constructor with defaults.
- KeyExportEncryptionAlgorithm - Class in com.azure.security.keyvault.keys.models
-
The encryption algorithm to use to protected the exported key material.
- KeyExportEncryptionAlgorithm() - Constructor for class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Deprecated.Use the
KeyExportEncryptionAlgorithm.fromString(String)
factory method. - keyIdentifier(String) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the Azure Key Vault key identifier of the JSON Web Key to be used for cryptography operations.
- KeyOperation - Class in com.azure.security.keyvault.keys.models
-
JSON web key operations.
- KeyOperation() - Constructor for class com.azure.security.keyvault.keys.models.KeyOperation
-
Deprecated.Use the
KeyOperation.fromString(String)
factory method. - KeyProperties - Class in com.azure.security.keyvault.keys.models
-
KeyProperties
is the resource containing all the properties of the key except itsJsonWebKey
material. - KeyProperties() - Constructor for class com.azure.security.keyvault.keys.models.KeyProperties
-
Creates a new instance of
KeyProperties
. - KeyReleasePolicy - Class in com.azure.security.keyvault.keys.models
-
A model that represents the policy rules under which the key can be exported.
- KeyReleasePolicy(BinaryData) - Constructor for class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Creates an instance of
KeyReleasePolicy
. - KeyRotationLifetimeAction - Class in com.azure.security.keyvault.keys.models
-
Represents an action that will be performed by Key Vault over the lifetime of a key.
- KeyRotationLifetimeAction(KeyRotationPolicyAction) - Constructor for class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Creates a
KeyRotationLifetimeAction
. - KeyRotationPolicy - Class in com.azure.security.keyvault.keys.models
-
The complete key rotation policy that belongs to a key.
- KeyRotationPolicy() - Constructor for class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Creates an instance of
KeyRotationPolicy
. - KeyRotationPolicyAction - Enum in com.azure.security.keyvault.keys.models
-
The type of the action.
- KeyServiceVersion - Enum in com.azure.security.keyvault.keys
-
The versions of Azure Key Vault Key supported by this client library.
- KeyType - Class in com.azure.security.keyvault.keys.models
-
JsonWebKey Key Type (kty), as defined in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40.
- KeyType() - Constructor for class com.azure.security.keyvault.keys.models.KeyType
-
Deprecated.Use the
KeyType.fromString(String)
factory method. - KeyVaultKey - Class in com.azure.security.keyvault.keys.models
-
Key is the resource consisting of name,
JsonWebKey
and its attributes specified inKeyProperties
. - KeyVaultKeyIdentifier - Class in com.azure.security.keyvault.keys.models
-
Information about a
KeyVaultKey
parsed from the key URL. - KeyVaultKeyIdentifier(String) - Constructor for class com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier
-
Create a new
KeyVaultKeyIdentifier
from a given Key Vault identifier. - KeyWrapAlgorithm - Class in com.azure.security.keyvault.keys.cryptography.models
-
Defines values for KeyWrapAlgorithm.
- KeyWrapAlgorithm() - Constructor for class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Deprecated.Use the
KeyWrapAlgorithm.fromString(String)
factory method.
L
- listDeletedKeys() - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Lists
deleted keys
of the key vault. - listDeletedKeys() - Method in class com.azure.security.keyvault.keys.KeyClient
-
Lists
deleted keys
of the key vault. - listDeletedKeys(Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Lists
deleted keys
of the key vault. - List keys - Search tag in Overview
- Section
- List keys asynchronously - Search tag in Overview
- Section
- listPropertiesOfKeys() - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
List
keys
in the key vault. - listPropertiesOfKeys() - Method in class com.azure.security.keyvault.keys.KeyClient
-
List
keys
in the key vault. - listPropertiesOfKeys(Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
List
keys
in the key vault. - listPropertiesOfKeyVersions(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
List all versions of the specified
keys
. - listPropertiesOfKeyVersions(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
List all versions of the specified
keys
. - listPropertiesOfKeyVersions(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
List all versions of the specified
keys
.
N
- Next steps - Search tag in Overview
- Section
- Next steps samples - Search tag in Overview
- Section
- NOTIFY - Enum constant in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
-
Trigger event grid events.
O
- OCT - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
Octet sequence (used to represent symmetric keys).
- OCT_HSM - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
Octet sequence (used to represent symmetric keys) which is stored the HSM.
P
- P_256 - Static variable in class com.azure.security.keyvault.keys.models.KeyCurveName
-
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.
- P_256K - Static variable in class com.azure.security.keyvault.keys.models.KeyCurveName
-
The SECG SECP256K1 elliptic curve.
- P_384 - Static variable in class com.azure.security.keyvault.keys.models.KeyCurveName
-
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.
- P_521 - Static variable in class com.azure.security.keyvault.keys.models.KeyCurveName
-
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1.
- pipeline(HttpPipeline) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - pipeline(HttpPipeline) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - pipeline(HttpPipeline) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - Prerequisites - Search tag in Overview
- Section
- PS256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value PS256 for SignatureAlgorithm.
- PS384 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value PS384 for SignatureAlgorithm.
- PS512 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value PS512 for SignatureAlgorithm.
- purgeDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Permanently deletes the specified
key
without the possibility of recovery. - purgeDeletedKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Permanently deletes the specified
key
without the possibility of recovery. - purgeDeletedKeyWithResponse(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Permanently deletes the specified
key
without the possibility of recovery. - purgeDeletedKeyWithResponse(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Permanently deletes the specified
key
without the possibility of recovery.
R
- releaseKey(String, String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Releases the latest version of a
key
. - releaseKey(String, String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Releases the latest version of a
key
. - releaseKey(String, String, String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Releases a key.
- releaseKey(String, String, String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Releases a specific version of a
key
. - ReleaseKeyOptions - Class in com.azure.security.keyvault.keys.models
-
Represents the configurable options to release a key.
- ReleaseKeyOptions() - Constructor for class com.azure.security.keyvault.keys.models.ReleaseKeyOptions
-
Creates a new instance of
ReleaseKeyOptions
. - ReleaseKeyResult - Class in com.azure.security.keyvault.keys.models
-
The release result, containing the released key.
- ReleaseKeyResult() - Constructor for class com.azure.security.keyvault.keys.models.ReleaseKeyResult
-
Creates an instance of ReleaseKeyResult class.
- releaseKeyWithResponse(String, String, String, ReleaseKeyOptions) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Releases a key.
- releaseKeyWithResponse(String, String, String, ReleaseKeyOptions, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Releases a
key
. - restoreKeyBackup(byte[]) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Restores a backed up
key
to a vault. - restoreKeyBackup(byte[]) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Restores a backed up
key
to a vault. - restoreKeyBackupWithResponse(byte[]) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Restores a backed up
key
to a vault. - restoreKeyBackupWithResponse(byte[], Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Restores a backed up
key
to a vault. - Retrieve a key - Search tag in Overview
- Section
- Retrieve a key asynchronously - Search tag in Overview
- Section
- retryOptions(RetryOptions) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RetryOptions) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RetryOptions) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryPolicy(RetryPolicy) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
RetryPolicy
that is used when each request is sent. - retryPolicy(RetryPolicy) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
RetryPolicy
that is used when each request is sent. - retryPolicy(RetryPolicy) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
RetryPolicy
that is used when each request is sent. - ROTATE - Enum constant in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
-
Rotate the key based on the key policy.
- rotateKey(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Rotates a
key
. - rotateKey(String) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Rotates a
key
. - rotateKeyWithResponse(String) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Rotates a
key
. - rotateKeyWithResponse(String, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Rotates a
key
. - RS256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value RS256 for SignatureAlgorithm.
- RS384 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value RS384 for SignatureAlgorithm.
- RS512 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Static value RS512 for SignatureAlgorithm.
- RSA - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
RSA (https://tools.ietf.org/html/rfc3447).
- RSA_AES_KEY_WRAP_256 - Static variable in class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Static value RSA_AES_KEY_WRAP_256 for KeyExportEncryptionAlgorithm.
- RSA_AES_KEY_WRAP_384 - Static variable in class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Static value RSA_AES_KEY_WRAP_384 for KeyExportEncryptionAlgorithm.
- RSA_HSM - Static variable in class com.azure.security.keyvault.keys.models.KeyType
-
RSA with a private key which is stored in the HSM.
- RSA_OAEP - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value RSA_OAEP for EncryptionAlgorithm.
- RSA_OAEP - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value RSA-OAEP for KeyWrapAlgorithm.
- RSA_OAEP_256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value RSA_OAEP_256 for EncryptionAlgorithm.
- RSA_OAEP_256 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value RSA-OAEP-256 for KeyWrapAlgorithm.
- RSA1_5 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Static value RSA1_5 for EncryptionAlgorithm.
- RSA1_5 - Static variable in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Static value RSA1_5 for KeyWrapAlgorithm.
S
- serviceVersion(CryptographyServiceVersion) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
-
Sets the
CryptographyServiceVersion
that is used when making API requests. - serviceVersion(CryptographyServiceVersion) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
-
Sets the
CryptographyServiceVersion
that is used when making API requests. - serviceVersion(KeyServiceVersion) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the
KeyServiceVersion
that is used when making API requests. - setAlgorithm(KeyExportEncryptionAlgorithm) - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyOptions
-
Set the encryption algorithm to use to protected the exported key material.
- setContentType(String) - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Set the content type and version of key release policy.
- setCurveName(KeyCurveName) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the curve name.
- setCurveName(KeyCurveName) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the crv value.
- setD(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the d value.
- setDp(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set RSA Private Key Parameter value.
- setDq(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set RSA Private Key Parameter value .
- setE(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the e value.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set a value that indicates if the key is enabled.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set a value that indicates if the key is enabled.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set a value that indicates if the key is enabled.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set a value that indicates if the key is enabled.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Set a value that indicates if the key is enabled.
- setEnabled(Boolean) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set a value that indicates if the key is enabled.
- setExpiresIn(String) - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Set the optional key expiration period used to define the duration after which a newly rotated key will expire.
- setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the
expires
UTC time. - setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set the
key expiration time
in UTC. - setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set the
expires
UTC time. - setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the
expires
UTC time. - setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Set the
key expiration time
in UTC. - setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set the
key expiration time
in UTC. - setExportable(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set a flag that indicates if the private key can be exported.
- setExportable(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set a flag that indicates if the private key can be exported.
- setExportable(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set a flag that indicates if the private key can be exported.
- setExportable(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set a flag that indicates if the private key can be exported.
- setExportable(Boolean) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set a flag that indicates if the private key can be exported.
- setHardwareProtected(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set whether the key being created is of HSM type or not.
- setHardwareProtected(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set whether the key being created is of HSM type or not.
- setHardwareProtected(Boolean) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set whether the key being created is of HSM type or not.
- setHardwareProtected(Boolean) - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Set whether the key being imported is of HSM type or not.
- setId(String) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the key identifier value.
- setImmutable(Boolean) - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
-
Get a value indicating if the policy is immutable.
- setK(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the Symmetric key value.
- setKeyOperations(KeyOperation...) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the key operations.
- setKeyOperations(KeyOperation...) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set the key operations.
- setKeyOperations(KeyOperation...) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set the key operations.
- setKeyOperations(KeyOperation...) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the key operations.
- setKeyOps(List<KeyOperation>) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the keyOps value.
- setKeySize(Integer) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Sets the key size in bits, such as 128, 192, or 256.
- setKeySize(Integer) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the key size in bits.
- setKeyType(KeyType) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the key type value.
- setLifetimeActions(List<KeyRotationLifetimeAction>) - Method in class com.azure.security.keyvault.keys.models.KeyRotationPolicy
-
Set the actions that will be performed by Key Vault over the lifetime of a key.
- setN(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the n value.
- setNonce(String) - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyOptions
-
Set a client provided nonce for freshness.
- setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the
notBefore
UTC time. - setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set the
key's notBefore time
in UTC. - setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set the
notBefore
UTC time. - setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the
notBefore
UTC time. - setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Set the
key's notBefore time
in UTC. - setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set the
key's notBefore time
in UTC. - setP(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the RSA secret prime value.
- setPublicExponent(Integer) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the public exponent for the key.
- setQ(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the RSA secret prime, with p < q value.
- setQi(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set RSA Private Key Parameter value.
- setReleasePolicy(KeyReleasePolicy) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the policy rules under which the key can be exported.
- setReleasePolicy(KeyReleasePolicy) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set the policy rules under which the key can be exported.
- setReleasePolicy(KeyReleasePolicy) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set the policy rules under which the key can be exported.
- setReleasePolicy(KeyReleasePolicy) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the policy rules under which the key can be exported.
- setReleasePolicy(KeyReleasePolicy) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set the policy rules under which the key can be exported.
- setT(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set HSM Token value, used with Bring Your Own Key.
- setTags(Map<String, String>) - Method in class com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Set the tags to be associated with the key.
- setTags(Map<String, String>) - Method in class com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Set the tags to be associated with the key.
- setTags(Map<String, String>) - Method in class com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Set the tags to be associated with the key.
- setTags(Map<String, String>) - Method in class com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
-
Set the tags to be associated with the key.
- setTags(Map<String, String>) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
-
Set the tags to be associated with the key.
- setTimeAfterCreate(String) - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Set the time after creation to attempt to rotate in ISO 8601 duration format.
- setTimeBeforeExpiry(String) - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
-
Set the time before expiry to attempt to rotate or notify in ISO 8601 duration format.
- setX(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the x value.
- setY(byte[]) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Set the y value.
- sign(SignatureAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Creates a signature from a digest using the configured key.
- sign(SignatureAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Creates a signature from a digest using the configured key.
- sign(SignatureAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Creates a signature from a digest using the configured key.
- SIGN - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value sign for KeyOperation.
- SignatureAlgorithm - Class in com.azure.security.keyvault.keys.cryptography.models
-
Defines values for SignatureAlgorithm.
- SignatureAlgorithm() - Constructor for class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Deprecated.Use the
SignatureAlgorithm.fromString(String)
factory method. - signData(SignatureAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Creates a signature from the raw data using the configured key.
- signData(SignatureAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Creates a signature from the raw data using the configured key.
- signData(SignatureAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Creates a signature from the raw data using the configured key.
- SignResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of sign operation result.
- SignResult(byte[], SignatureAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.SignResult
-
Creates the instance of SignResult holding the sign operation response details.
- Sync API - Search tag in Overview
- Section
T
- toAes() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to AES key.
- toEc() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to EC key pair and include the private key if set to true.
- toEc(boolean) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to EC key pair and include the private key if set to true.
- toEc(boolean, Provider) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to EC key pair and include the private key if set to true.
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.DeletedKey
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.KeyProperties
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.KeyReleasePolicy
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.KeyVaultKey
- toJson(JsonWriter) - Method in class com.azure.security.keyvault.keys.models.ReleaseKeyResult
- toRsa() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to RSA key pair.
- toRsa(boolean) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to RSA key pair and include the private key if set to true.
- toRsa(boolean, Provider) - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
-
Converts JSON web key to RSA key pair and include the private key if set to true.
- toString() - Method in class com.azure.security.keyvault.keys.models.JsonWebKey
- toString() - Method in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
- Troubleshooting - Search tag in Overview
- Section
U
- UNWRAP_KEY - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value unwrapKey for KeyOperation.
- unwrapKey(KeyWrapAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Unwraps a symmetric key using the configured key that was initially used for wrapping that key.
- unwrapKey(KeyWrapAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Unwraps a symmetric key using the configured key that was initially used for wrapping that key.
- unwrapKey(KeyWrapAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Unwraps a symmetric key using the configured key that was initially used for wrapping that key.
- unwrapKey(String, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyAsyncClient
- unwrapKey(String, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClient
- UnwrapResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of key unwrap operation result.
- UnwrapResult(byte[], KeyWrapAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
-
Creates the instance of KeyUnwrap Result holding the unwrapped key content.
- Update an existing key - Search tag in Overview
- Section
- Update an existing key asynchronously - Search tag in Overview
- Section
- updateKeyProperties(KeyProperties, KeyOperation...) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Updates the
attributes
andkey operations
associated with the specifiedkey
, but not the cryptographic key material of the specifiedkey
in the key vault. - updateKeyProperties(KeyProperties, KeyOperation...) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Updates the
attributes
andkey operations
associated with the specifiedkey
, but not the cryptographic key material of the specifiedkey
in the key vault. - updateKeyPropertiesWithResponse(KeyProperties, Context, KeyOperation...) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Updates the
attributes
andkey operations
associated with the specifiedkey
, but not the cryptographic key material of the specifiedkey
in the key vault. - updateKeyPropertiesWithResponse(KeyProperties, KeyOperation...) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Updates the
attributes
andkey operations
associated with the specifiedkey
, but not the cryptographic key material of the specifiedkey
in the key vault. - updateKeyRotationPolicy(String, KeyRotationPolicy) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Updates the
KeyRotationPolicy
of the key with the provided name. - updateKeyRotationPolicy(String, KeyRotationPolicy) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Updates the
KeyRotationPolicy
of thekey
with the provided name. - updateKeyRotationPolicyWithResponse(String, KeyRotationPolicy) - Method in class com.azure.security.keyvault.keys.KeyAsyncClient
-
Updates the
KeyRotationPolicy
of the key with the provided name. - updateKeyRotationPolicyWithResponse(String, KeyRotationPolicy, Context) - Method in class com.azure.security.keyvault.keys.KeyClient
-
Updates the
KeyRotationPolicy
of the key with the provided name.
V
- V7_0 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.0
. - V7_0 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.0
. - V7_1 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.1
. - V7_1 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.1
. - V7_2 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.2
. - V7_2 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.2
. - V7_3 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.3
. - V7_3 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.3
. - V7_4 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.4-preview.1
. - V7_4 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.4-preview.1
. - V7_5 - Enum constant in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Service version
7.5
. - V7_5 - Enum constant in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Service version
7.5
. - valueOf(String) - Static method in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.security.keyvault.keys.cryptography.models.EncryptionAlgorithm
-
Gets known EncryptionAlgorithm values.
- values() - Static method in class com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm
-
Gets known KeyWrapAlgorithm values.
- values() - Static method in class com.azure.security.keyvault.keys.cryptography.models.SignatureAlgorithm
-
Gets the known SignatureAlgorithm values.
- values() - Static method in enum com.azure.security.keyvault.keys.KeyServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.security.keyvault.keys.models.KeyCurveName
-
Gets known KeyCurveName values.
- values() - Static method in class com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
-
Gets known KeyExportEncryptionAlgorithm values.
- values() - Static method in class com.azure.security.keyvault.keys.models.KeyOperation
-
Gets known KeyOperation values.
- values() - Static method in enum com.azure.security.keyvault.keys.models.KeyRotationPolicyAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.security.keyvault.keys.models.KeyType
-
Gets known KeyType values.
- vaultUrl(String) - Method in class com.azure.security.keyvault.keys.KeyClientBuilder
-
Sets the vault endpoint URL to send HTTP requests to.
- verify(SignatureAlgorithm, byte[], byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Verifies a signature using the configured key.
- verify(SignatureAlgorithm, byte[], byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Verifies a signature using the configured key.
- verify(SignatureAlgorithm, byte[], byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Verifies a signature using the configured key.
- VERIFY - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value verify for KeyOperation.
- verifyData(SignatureAlgorithm, byte[], byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Verifies a signature against the raw data using the configured key.
- verifyData(SignatureAlgorithm, byte[], byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Verifies a signature against the raw data using the configured key.
- verifyData(SignatureAlgorithm, byte[], byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Verifies a signature against the raw data using the configured key.
- VerifyResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of verify operation result.
- VerifyResult(Boolean, SignatureAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.VerifyResult
-
Creates the instance of Verify Result holding the verification response information.
W
- WRAP_KEY - Static variable in class com.azure.security.keyvault.keys.models.KeyOperation
-
Static value wrapKey for KeyOperation.
- wrapKey(KeyWrapAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyAsyncClient
-
Wraps a symmetric key using the configured key.
- wrapKey(KeyWrapAlgorithm, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Wraps a symmetric key using the configured key.
- wrapKey(KeyWrapAlgorithm, byte[], Context) - Method in class com.azure.security.keyvault.keys.cryptography.CryptographyClient
-
Wraps a symmetric key using the configured key.
- wrapKey(String, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyAsyncClient
- wrapKey(String, byte[]) - Method in class com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClient
- WrapResult - Class in com.azure.security.keyvault.keys.cryptography.models
-
Represents the details of wrap operation result.
- WrapResult(byte[], KeyWrapAlgorithm, String) - Constructor for class com.azure.security.keyvault.keys.cryptography.models.WrapResult
-
Creates the instance of KeyWrapResult holding the key wrap operation response details.
All Classes and Interfaces|All Packages
EncryptionAlgorithm.fromString(String)
factory method.