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 reactor.core.publisher.Mono<> |
buildAsyncKeyEncryptionKey(String keyId)
Retrieves the AsyncKeyEncryptionKey corresponding to the specified |
Method Details
buildAsyncKeyEncryptionKey
public abstract Mono<? extends AsyncKeyEncryptionKey> buildAsyncKeyEncryptionKey(String keyId)
Retrieves the AsyncKeyEncryptionKey corresponding to the specified keyId
Parameters:
Returns:
keyId