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