Modifier and Type | Class and Description |
---|---|
static class |
AccountSshKey.Id |
Modifier and Type | Field and Description |
---|---|
protected AccountSshKey.Id |
id |
protected String |
sshPublicKey |
protected boolean |
valid |
Modifier | Constructor and Description |
---|---|
protected |
AccountSshKey() |
|
AccountSshKey(AccountSshKey.Id i,
String pub) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Account.Id |
getAccount() |
String |
getAlgorithm() |
String |
getComment() |
String |
getEncodedKey() |
AccountSshKey.Id |
getKey() |
String |
getSshPublicKey() |
int |
hashCode() |
boolean |
isValid() |
void |
setInvalid() |
protected AccountSshKey.Id id
protected String sshPublicKey
protected boolean valid
protected AccountSshKey()
public AccountSshKey(AccountSshKey.Id i, String pub)
public Account.Id getAccount()
public AccountSshKey.Id getKey()
public String getSshPublicKey()
public String getAlgorithm()
public String getEncodedKey()
public String getComment()
public boolean isValid()
public void setInvalid()