EncryptionAlgorithm Enum

  • java.lang.Object
    • java.lang.Enum<EncryptionAlgorithm>
      • com.microsoft.azure.storage.core.EncryptionAlgorithm

public enum EncryptionAlgorithm

RESERVED FOR INTERNAL USE. Specifies the encryption algorithm used to encrypt a resource.

Fields

AES_CBC_256

AES-CBC using a 256 bit key.

Applies to