Uses of Class
com.azure.cosmos.models.EncryptionKeyWrapMetadata
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of EncryptionKeyWrapMetadata in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosClientEncryptionKeyProperties.getEncryptionKeyWrapMetadata()
Gets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.Modifier and TypeMethodDescriptionCosmosClientEncryptionKeyProperties.setEncryptionKeyWrapMetadata
(EncryptionKeyWrapMetadata encryptionKeyWrapMetadata) Sets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.ModifierConstructorDescriptionCosmosClientEncryptionKeyProperties
(String id, String encryptionAlgorithm, byte[] wrappedDataEncryptionKey, EncryptionKeyWrapMetadata encryptionKeyWrapMetadata) Constructor.Creates a new instance of key wrap metadata based on an existing instance.