Package com.azure.core.cryptography
Interface AsyncKeyEncryptionKeyResolver
-
public interface AsyncKeyEncryptionKeyResolverAn object capable of asynchronously retrieving key encryption keys from a provided key identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mono<? extends AsyncKeyEncryptionKey>buildAsyncKeyEncryptionKey(String keyId)Retrieves theAsyncKeyEncryptionKeycorresponding to the specifiedkeyId
-
-
-
Method Detail
-
buildAsyncKeyEncryptionKey
Mono<? extends AsyncKeyEncryptionKey> buildAsyncKeyEncryptionKey(String keyId)
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
-
-