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