Constructor and Description |
---|
AccountSshKey() |
Modifier and Type | Method and Description |
---|---|
abstract Account.Id |
accountId() |
String |
algorithm() |
String |
comment() |
static AccountSshKey |
create(Account.Id accountId,
int seq,
String sshPublicKey) |
static AccountSshKey |
create(Account.Id accountId,
int seq,
String sshPublicKey,
boolean valid) |
static AccountSshKey |
createInvalid(Account.Id accountId,
int seq,
String sshPublicKey) |
static AccountSshKey |
createInvalid(AccountSshKey key) |
String |
encodedKey() |
abstract int |
seq() |
abstract String |
sshPublicKey() |
abstract boolean |
valid() |
public static AccountSshKey create(Account.Id accountId, int seq, String sshPublicKey)
public static AccountSshKey createInvalid(Account.Id accountId, int seq, String sshPublicKey)
public static AccountSshKey createInvalid(AccountSshKey key)
public static AccountSshKey create(Account.Id accountId, int seq, String sshPublicKey, boolean valid)
public abstract Account.Id accountId()
public abstract int seq()
public abstract String sshPublicKey()
public abstract boolean valid()
public String algorithm()
public String encodedKey()
public String comment()