Class SshKeyInfo

java.lang.Object
com.google.gerrit.extensions.common.SshKeyInfo

public class SshKeyInfo extends Object
  • Field Details

    • seq

      public Integer seq
    • sshPublicKey

      public String sshPublicKey
    • encodedKey

      public String encodedKey
    • algorithm

      public String algorithm
    • comment

      public String comment
    • valid

      public Boolean valid
  • Constructor Details

    • SshKeyInfo

      public SshKeyInfo()