Package com.google.gerrit.server.ssh
Interface SshKeyCreator
- All Known Implementing Classes:
- NoSshKeyCache,- SshKeyCreatorImpl,- VersionedAuthorizedKeys.SimpleSshKeyCreator
public interface SshKeyCreator
- 
Method Summary
- 
Method Details- 
createAccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException - Throws:
- com.google.gerrit.exceptions.InvalidSshKeyException
 
 
-