Uses of Class
com.azure.storage.file.datalake.models.EncryptionAlgorithmType
-
Packages that use EncryptionAlgorithmType Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of EncryptionAlgorithmType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return EncryptionAlgorithmType Modifier and Type Method Description static EncryptionAlgorithmTypeEncryptionAlgorithmType. fromString(String value)Parses a serialized value to a EncryptionAlgorithmType instance.EncryptionAlgorithmTypeCustomerProvidedKey. getEncryptionAlgorithm()Gets the algorithm to use this key with.static EncryptionAlgorithmTypeEncryptionAlgorithmType. valueOf(String name)Returns 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.
-