Enum Class KeyGen2Messages

java.lang.Object
java.lang.Enum<KeyGen2Messages>
org.webpki.keygen2.KeyGen2Messages
All Implemented Interfaces:
Serializable, Comparable<KeyGen2Messages>, Constable

public enum KeyGen2Messages extends Enum<KeyGen2Messages>
  • Enum Constant Details

    • INVOCATION_REQUEST

      public static final KeyGen2Messages INVOCATION_REQUEST
    • INVOCATION_RESPONSE

      public static final KeyGen2Messages INVOCATION_RESPONSE
    • CREDENTIAL_DISCOVERY_REQUEST

      public static final KeyGen2Messages CREDENTIAL_DISCOVERY_REQUEST
    • CREDENTIAL_DISCOVERY_RESPONSE

      public static final KeyGen2Messages CREDENTIAL_DISCOVERY_RESPONSE
    • KEY_CREATION_REQUEST

      public static final KeyGen2Messages KEY_CREATION_REQUEST
    • KEY_CREATION_RESPONSE

      public static final KeyGen2Messages KEY_CREATION_RESPONSE
    • PROVISIONING_INITIALIZATION_REQUEST

      public static final KeyGen2Messages PROVISIONING_INITIALIZATION_REQUEST
    • PROVISIONING_INITIALIZATION_RESPONSE

      public static final KeyGen2Messages PROVISIONING_INITIALIZATION_RESPONSE
    • PROVISIONING_FINALIZATION_REQUEST

      public static final KeyGen2Messages PROVISIONING_FINALIZATION_REQUEST
    • PROVISIONING_FINALIZATION_RESPONSE

      public static final KeyGen2Messages PROVISIONING_FINALIZATION_RESPONSE
  • Method Details

    • values

      public static KeyGen2Messages[] 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 KeyGen2Messages 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
    • getName

      public String getName()