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