public final class KeyEncryptionKeyClient extends Object implements com.azure.core.cryptography.KeyEncryptionKey
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Get the identifier of the key to use for cryptography operations.
|
byte[] |
unwrapKey(String algorithm,
byte[] encryptedKey) |
byte[] |
wrapKey(String algorithm,
byte[] key) |
public String getKeyId()
getKeyId in interface com.azure.core.cryptography.KeyEncryptionKeypublic byte[] wrapKey(String algorithm, byte[] key)
wrapKey in interface com.azure.core.cryptography.KeyEncryptionKeypublic byte[] unwrapKey(String algorithm, byte[] encryptedKey)
unwrapKey in interface com.azure.core.cryptography.KeyEncryptionKeyCopyright © 2021 Microsoft Corporation. All rights reserved.