Package com.google.gerrit.server.ssh
Interface SshKeyCreator
-
- All Known Implementing Classes:
NoSshKeyCache,SshKeyCreatorImpl,VersionedAuthorizedKeys.SimpleSshKeyCreator
public interface SshKeyCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountSshKeycreate(Account.Id accountId, int seq, String encoded)
-
-
-
Method Detail
-
create
AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException
- Throws:
com.google.gerrit.exceptions.InvalidSshKeyException
-
-