Uses of Class
com.azure.storage.blob.models.EncryptionAlgorithmType
-
Packages that use EncryptionAlgorithmType Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of EncryptionAlgorithmType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return EncryptionAlgorithmType Modifier and Type Method Description static EncryptionAlgorithmTypeEncryptionAlgorithmType. fromString(String value)Parses a serialized value to a EncryptionAlgorithmType instance.EncryptionAlgorithmTypeCpkInfo. getEncryptionAlgorithm()Get the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.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.Methods in com.azure.storage.blob.models with parameters of type EncryptionAlgorithmType Modifier and Type Method Description CpkInfoCpkInfo. setEncryptionAlgorithm(EncryptionAlgorithmType encryptionAlgorithm)Set the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.
-