Enum Class KeyringKeyName

java.lang.Object
java.lang.Enum<KeyringKeyName>
google.registry.tools.params.KeyringKeyName
All Implemented Interfaces:
Serializable, Comparable<KeyringKeyName>, Constable

public enum KeyringKeyName extends Enum<KeyringKeyName>
Names of all the keyrings we can save.

This is used in GetKeyringSecretCommand to select the secret to get. It can also be used in any secret update command such as UpdateKmsKeyringCommand.

  • Enum Constant Details

    • BRDA_RECEIVER_PUBLIC_KEY

      public static final KeyringKeyName BRDA_RECEIVER_PUBLIC_KEY
    • BRDA_SIGNING_KEY_PAIR

      public static final KeyringKeyName BRDA_SIGNING_KEY_PAIR
    • BRDA_SIGNING_PUBLIC_KEY

      public static final KeyringKeyName BRDA_SIGNING_PUBLIC_KEY
    • BSA_API_KEY

      public static final KeyringKeyName BSA_API_KEY
    • ICANN_REPORTING_PASSWORD

      public static final KeyringKeyName ICANN_REPORTING_PASSWORD
    • MARKSDB_DNL_LOGIN_AND_PASSWORD

      public static final KeyringKeyName MARKSDB_DNL_LOGIN_AND_PASSWORD
    • MARKSDB_LORDN_PASSWORD

      public static final KeyringKeyName MARKSDB_LORDN_PASSWORD
    • MARKSDB_SMDRL_LOGIN_AND_PASSWORD

      public static final KeyringKeyName MARKSDB_SMDRL_LOGIN_AND_PASSWORD
    • RDE_RECEIVER_PUBLIC_KEY

      public static final KeyringKeyName RDE_RECEIVER_PUBLIC_KEY
    • RDE_SIGNING_KEY_PAIR

      public static final KeyringKeyName RDE_SIGNING_KEY_PAIR
    • RDE_SIGNING_PUBLIC_KEY

      public static final KeyringKeyName RDE_SIGNING_PUBLIC_KEY
    • RDE_SSH_CLIENT_PRIVATE_KEY

      public static final KeyringKeyName RDE_SSH_CLIENT_PRIVATE_KEY
    • RDE_SSH_CLIENT_PUBLIC_KEY

      public static final KeyringKeyName RDE_SSH_CLIENT_PUBLIC_KEY
    • RDE_STAGING_KEY_PAIR

      public static final KeyringKeyName RDE_STAGING_KEY_PAIR
    • RDE_STAGING_PUBLIC_KEY

      public static final KeyringKeyName RDE_STAGING_PUBLIC_KEY
    • SAFE_BROWSING_API_KEY

      public static final KeyringKeyName SAFE_BROWSING_API_KEY
  • Method Details

    • values

      public static KeyringKeyName[] 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 KeyringKeyName 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