Interface AsyncKeyEncryptionKeyResolver

All Known Implementing Classes:
KeyEncryptionKeyClientBuilder

public interface AsyncKeyEncryptionKeyResolver
An object capable of asynchronously retrieving key encryption keys from a provided key identifier.
  • Method Details

    • buildAsyncKeyEncryptionKey

      Mono<? extends AsyncKeyEncryptionKey> 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