Interface AsyncKeyEncryptionKeyResolver


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

      • 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