Uses of Enum
com.azure.storage.file.datalake.models.EncryptionAlgorithmType
Packages that use EncryptionAlgorithmType
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of EncryptionAlgorithmType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return EncryptionAlgorithmTypeModifier and TypeMethodDescriptionstatic EncryptionAlgorithmTypeEncryptionAlgorithmType.fromString(String value) Parses a serialized value to a EncryptionAlgorithmType instance.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.