Class IkeEncryption


  • public final class IkeEncryption
    extends com.microsoft.rest.ExpandableStringEnum<IkeEncryption>
    Defines values for IkeEncryption.
    • Field Detail

      • DES

        public static final IkeEncryption DES
        Static value DES for IkeEncryption.
      • DES3

        public static final IkeEncryption DES3
        Static value DES3 for IkeEncryption.
      • AES128

        public static final IkeEncryption AES128
        Static value AES128 for IkeEncryption.
      • AES192

        public static final IkeEncryption AES192
        Static value AES192 for IkeEncryption.
      • AES256

        public static final IkeEncryption AES256
        Static value AES256 for IkeEncryption.
      • GCMAES256

        public static final IkeEncryption GCMAES256
        Static value GCMAES256 for IkeEncryption.
      • GCMAES128

        public static final IkeEncryption GCMAES128
        Static value GCMAES128 for IkeEncryption.
    • Constructor Detail

      • IkeEncryption

        public IkeEncryption()
    • Method Detail

      • fromString

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