Class EncryptionType


  • public final class EncryptionType
    extends com.azure.core.util.ExpandableStringEnum<EncryptionType>
    Defines values for EncryptionType.
    • Field Detail

      • SINGLE

        public static final EncryptionType SINGLE
        Static value Single for EncryptionType.
      • DOUBLE

        public static final EncryptionType DOUBLE
        Static value Double for EncryptionType.
    • Constructor Detail

      • EncryptionType

        public EncryptionType()
    • Method Detail

      • fromString

        public static EncryptionType fromString​(String name)
        Creates or finds a EncryptionType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EncryptionType.