Uses of Class
com.microsoft.azure.keyvault.models.KeyOperationResult
-
Packages that use KeyOperationResult 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. -
-
Uses of KeyOperationResult in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return KeyOperationResult Modifier and Type Method Description KeyOperationResultKeyVaultClientBase. decrypt(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.KeyOperationResultKeyVaultClientCustom. decrypt(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.KeyOperationResultKeyVaultClientBase. encrypt(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.KeyOperationResultKeyVaultClientCustom. encrypt(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.KeyOperationResultKeyVaultClientBase. sign(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.KeyOperationResultKeyVaultClientCustom. sign(String keyIdentifier, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.KeyOperationResultKeyVaultClientBase. unwrapKey(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key that was initially used for wrapping that key.KeyOperationResultKeyVaultClientCustom. unwrapKey(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key in the vault that has initially been used for wrapping the key.KeyOperationResultKeyVaultClientBase. wrapKey(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using a specified key.KeyOperationResultKeyVaultClientCustom. wrapKey(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using the specified key.Methods in com.microsoft.azure.keyvault that return types with arguments of type KeyOperationResult Modifier and Type Method Description rx.Observable<KeyOperationResult>KeyVaultClientBase. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBase. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustom. decryptAsync(String keyIdentifier, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.rx.Observable<KeyOperationResult>KeyVaultClientBase. encryptAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. encryptAsync(String keyIdentifier, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.rx.Observable<KeyOperationResult>KeyVaultClientBase. signAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. signAsync(String keyIdentifier, 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, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.rx.Observable<KeyOperationResult>KeyVaultClientBase. unwrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. unwrapKeyAsync(String keyIdentifier, 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<com.microsoft.rest.ServiceResponse<KeyOperationResult>>KeyVaultClientBase. unwrapKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key that was initially used for wrapping that key.rx.Observable<KeyOperationResult>KeyVaultClientBase. wrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using a specified key.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustom. wrapKeyAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using the specified key.rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>>KeyVaultClientBase. wrapKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using a specified key.Method parameters in com.microsoft.azure.keyvault with type arguments of type KeyOperationResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBase. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustom. decryptAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBase. encryptAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. encryptAsync(String keyIdentifier, 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. signAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. signAsync(String keyIdentifier, 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. unwrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. unwrapKeyAsync(String keyIdentifier, 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. wrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using a specified key.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustom. wrapKeyAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using the specified key. -
Uses of KeyOperationResult in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return KeyOperationResult Modifier and Type Method Description KeyOperationResultKeyVaultClientBaseImpl. decrypt(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.KeyOperationResultKeyVaultClientCustomImpl. decrypt(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.KeyOperationResultKeyVaultClientBaseImpl. encrypt(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.KeyOperationResultKeyVaultClientCustomImpl. encrypt(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.KeyOperationResultKeyVaultClientBaseImpl. sign(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.KeyOperationResultKeyVaultClientCustomImpl. sign(String keyIdentifier, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.KeyOperationResultKeyVaultClientBaseImpl. unwrapKey(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key that was initially used for wrapping that key.KeyOperationResultKeyVaultClientCustomImpl. unwrapKey(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key in the vault that has initially been used for wrapping the key.KeyOperationResultKeyVaultClientBaseImpl. wrapKey(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using a specified key.KeyOperationResultKeyVaultClientCustomImpl. wrapKey(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using the specified key.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type KeyOperationResult Modifier and Type Method Description rx.Observable<KeyOperationResult>KeyVaultClientBaseImpl. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBaseImpl. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustomImpl. decryptAsync(String keyIdentifier, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Decrypts a single block of encrypted data.rx.Observable<KeyOperationResult>KeyVaultClientBaseImpl. encryptAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. encryptAsync(String keyIdentifier, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault.rx.Observable<KeyOperationResult>KeyVaultClientBaseImpl. signAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. signAsync(String keyIdentifier, 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, JsonWebKeySignatureAlgorithm algorithm, byte[] value)Creates a signature from a digest using the specified key.rx.Observable<KeyOperationResult>KeyVaultClientBaseImpl. unwrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, 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. unwrapKeyAsync(String keyIdentifier, 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<com.microsoft.rest.ServiceResponse<KeyOperationResult>>KeyVaultClientBaseImpl. unwrapKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Unwraps a symmetric key using the specified key that was initially used for wrapping that key.rx.Observable<KeyOperationResult>KeyVaultClientBaseImpl. wrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using a specified key.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustomImpl. wrapKeyAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using the specified key.rx.Observable<com.microsoft.rest.ServiceResponse<KeyOperationResult>>KeyVaultClientBaseImpl. wrapKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value)Wraps a symmetric key using a specified key.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type KeyOperationResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBaseImpl. decryptAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustomImpl. decryptAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Decrypts a single block of encrypted data.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientBaseImpl. encryptAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. encryptAsync(String keyIdentifier, 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. signAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. signAsync(String keyIdentifier, 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. unwrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, 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. unwrapKeyAsync(String keyIdentifier, 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. wrapKeyAsync(String vaultBaseUrl, String keyName, String keyVersion, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using a specified key.com.microsoft.rest.ServiceFuture<KeyOperationResult>KeyVaultClientCustomImpl. wrapKeyAsync(String keyIdentifier, JsonWebKeyEncryptionAlgorithm algorithm, byte[] value, com.microsoft.rest.ServiceCallback<KeyOperationResult> serviceCallback)Wraps a symmetric key using the specified key.
-