Lezen in het Engels

Delen via


AsyncKeyEncryptionKeyResolver Interface

public interface AsyncKeyEncryptionKeyResolver

An object capable of asynchronously retrieving key encryption keys from a provided key identifier.

Method Summary

Modifier and Type Method and Description
abstract Mono<> buildAsyncKeyEncryptionKey(String keyId)

Retrieves the AsyncKeyEncryptionKey corresponding to the specified keyId

Method Details

buildAsyncKeyEncryptionKey

public abstract Mono buildAsyncKeyEncryptionKey(String keyId)

Retrieves the AsyncKeyEncryptionKey corresponding to the specified keyId

Parameters:

keyId - The key identifier of the key encryption key to retrieve

Returns:

The key encryption key corresponding to the specified keyId

Applies to

Azure SDK for Java

Latest