| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyOperationResult |
KeyVaultClientCustom.decrypt(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
KeyOperationResult |
KeyVaultClientBase.decrypt(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
KeyOperationResult |
KeyVaultClientCustom.encrypt(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
KeyOperationResult |
KeyVaultClientBase.encrypt(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
KeyOperationResult |
KeyVaultClientCustom.sign(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
KeyOperationResult |
KeyVaultClientBase.sign(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
KeyOperationResult |
KeyVaultClientCustom.unwrapKey(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
KeyOperationResult |
KeyVaultClientBase.unwrapKey(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
KeyOperationResult |
KeyVaultClientCustom.wrapKey(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using the specified key.
|
KeyOperationResult |
KeyVaultClientBase.wrapKey(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.decryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBase.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBase.decryptWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.encryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBase.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBase.encryptWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.signAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBase.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBase.signWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.unwrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBase.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBase.unwrapKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.wrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using the specified key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBase.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using a specified key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBase.wrapKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.decryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.encryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.signAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.unwrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustom.wrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBase.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
KeyOperationResult |
KeyVaultClientCustomImpl.decrypt(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
KeyOperationResult |
KeyVaultClientBaseImpl.decrypt(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
KeyOperationResult |
KeyVaultClientCustomImpl.encrypt(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
KeyOperationResult |
KeyVaultClientBaseImpl.encrypt(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
KeyOperationResult |
KeyVaultClientCustomImpl.sign(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
KeyOperationResult |
KeyVaultClientBaseImpl.sign(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
KeyOperationResult |
KeyVaultClientCustomImpl.unwrapKey(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
KeyOperationResult |
KeyVaultClientBaseImpl.unwrapKey(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
KeyOperationResult |
KeyVaultClientCustomImpl.wrapKey(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using the specified key.
|
KeyOperationResult |
KeyVaultClientBaseImpl.wrapKey(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.decryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBaseImpl.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBaseImpl.decryptWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.encryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBaseImpl.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBaseImpl.encryptWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.signAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBaseImpl.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBaseImpl.signWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.unwrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBaseImpl.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBaseImpl.unwrapKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.wrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using the specified key.
|
rx.Observable<KeyOperationResult> |
KeyVaultClientBaseImpl.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using a specified key.
|
rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>> |
KeyVaultClientBaseImpl.wrapKeyWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value)
Wraps a symmetric key using a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.decryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.decryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Decrypts a single block of encrypted data.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.encryptAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is
stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.encryptAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.signAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.signAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Creates a signature from a digest using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.unwrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key in the vault that has
initially been used for wrapping the key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.unwrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Unwraps a symmetric key using the specified key that was initially used for wrapping that key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientCustomImpl.wrapKeyAsync(String keyIdentifier,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using the specified key.
|
com.microsoft.rest.ServiceFuture<KeyOperationResult> |
KeyVaultClientBaseImpl.wrapKeyAsync(String vaultBaseUrl,
String keyName,
String keyVersion,
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm algorithm,
byte[] value,
com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)
Wraps a symmetric key using a specified key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/