public final class KeyEncryptionKeyAsyncClient extends CryptographyAsyncClient implements com.azure.core.cryptography.AsyncKeyEncryptionKey
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
getKeyId()
Get the identifier of the key to use for cryptography operations.
|
Mono<byte[]> |
unwrapKey(String algorithm,
byte[] encryptedKey) |
Mono<byte[]> |
wrapKey(String algorithm,
byte[] key) |
decrypt, encrypt, sign, signData, unwrapKey, verify, verifyData, wrapKeypublic Mono<String> getKeyId()
getKeyId in interface com.azure.core.cryptography.AsyncKeyEncryptionKeyMono containing the key identifier.public Mono<byte[]> wrapKey(String algorithm, byte[] key)
wrapKey in interface com.azure.core.cryptography.AsyncKeyEncryptionKeyCopyright © 2021 Microsoft Corporation. All rights reserved.