Uses of Enum
com.azure.storage.blob.models.EncryptionAlgorithmType
Packages that use EncryptionAlgorithmType
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of EncryptionAlgorithmType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return EncryptionAlgorithmTypeModifier and TypeMethodDescriptionstatic EncryptionAlgorithmTypeEncryptionAlgorithmType.fromString(String value) Parses a serialized value to a EncryptionAlgorithmType instance.CpkInfo.getEncryptionAlgorithm()Get the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.CustomerProvidedKey.getEncryptionAlgorithm()Gets the algorithm to use this key with.static EncryptionAlgorithmTypeReturns the enum constant of this type with the specified name.static EncryptionAlgorithmType[]EncryptionAlgorithmType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.blob.models with parameters of type EncryptionAlgorithmTypeModifier and TypeMethodDescriptionCpkInfo.setEncryptionAlgorithm(EncryptionAlgorithmType encryptionAlgorithm) Set the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.