com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class EncryptionProtocols

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.EncryptionProtocols


  • public final class EncryptionProtocols
    extends com.aspose.ms.System.Enum

    Defines the possible versions of encryption protocols.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int NotSpecified
      Not specified Please note, this value is not similar to SslProtocols.None value and can't be used to automatically select an encryption protocol.
      static int Ssl2
      Deprecated. 
      Please note, this version of encryption protocol was obsolete in 2011.
      static int Ssl3
      Deprecated. 
      Please note, this version of encryption protocol was obsolete in 2015.
      static int Tls
      TLS 1.0
      static int Tls11
      TLS 1.1
      static int Tls12
      TLS 1.2
      static int Tls13
      TLS 1.3
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • NotSpecified

        public static final int NotSpecified

        Not specified Please note, this value is not similar to SslProtocols.None value and can't be used to automatically select an encryption protocol. Also JFYI, SslProtocols.None value leads to problem with connection to mail servers and can't be used in email clients.

        See Also:
        Constant Field Values
      • Ssl2

        @Deprecated
        public static final int Ssl2
        Deprecated. Please note, this version of encryption protocol was obsolete in 2011.

        Ssl 2

        See Also:
        Constant Field Values
      • Ssl3

        @Deprecated
        public static final int Ssl3
        Deprecated. Please note, this version of encryption protocol was obsolete in 2015.

        Ssl 3

        See Also:
        Constant Field Values