Package version:
name of the resolver to use for client side encryption. Currently only AzureKeyVault implementation is supported.
Unwraps the input wrapped key using the key encryption key.
Identifier of the customer managed key to be used for unwrapping.
Algorithm to be used for unwrapping.
wrapped Data Encryption key.
Unwrapped Key.
Wraps the input key using the key encryption key.
Identifier of the customer managed key to be used for wrapping.
Algorithm to be used for wrapping.
Wrapped key.
Provides an interface for key resolver for different key providers. All resolvers should implement this interface.