Enum Class ZUC.ZUCAlgorithm

java.lang.Object
java.lang.Enum<ZUC.ZUCAlgorithm>
org.aoju.bus.crypto.symmetric.ZUC.ZUCAlgorithm
All Implemented Interfaces:
Serializable, Comparable<ZUC.ZUCAlgorithm>, Constable
Enclosing class:
ZUC

public static enum ZUC.ZUCAlgorithm extends Enum<ZUC.ZUCAlgorithm>
ZUC类型,包括128位和256位
  • Enum Constant Details

  • Method Details

    • values

      public static ZUC.ZUCAlgorithm[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ZUC.ZUCAlgorithm valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
      获得算法的字符串表示形式
      Returns:
      算法字符串