public class AuthorizedKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETED_KEY_COMMENT |
static String |
FILE_NAME |
static String |
INVALID_KEY_COMMENT_PREFIX |
Constructor and Description |
---|
AuthorizedKeys() |
Modifier and Type | Method and Description |
---|---|
static List<Optional<AccountSshKey>> |
parse(Account.Id accountId,
String s) |
static String |
serialize(Collection<Optional<AccountSshKey>> keys) |
public static final String FILE_NAME
public static final String INVALID_KEY_COMMENT_PREFIX
public static final String DELETED_KEY_COMMENT
public static List<Optional<AccountSshKey>> parse(Account.Id accountId, String s)
public static String serialize(Collection<Optional<AccountSshKey>> keys)