Package com.azure.core.cryptography
Interface AsyncKeyEncryptionKeyResolver
public interface AsyncKeyEncryptionKeyResolver
An object capable of asynchronously retrieving key encryption keys from a provided key identifier.
-
Method Summary
Modifier and TypeMethodDescriptionMono<? extends AsyncKeyEncryptionKey> buildAsyncKeyEncryptionKey(String keyId) Retrieves theAsyncKeyEncryptionKeycorresponding to the specifiedkeyId
-
Method Details
-
buildAsyncKeyEncryptionKey
Retrieves theAsyncKeyEncryptionKeycorresponding to the specifiedkeyId- Parameters:
keyId- The key identifier of the key encryption key to retrieve- Returns:
- The key encryption key corresponding to the specified
keyId
-