Package com.google.gerrit.sshd
Class SshKeyCreatorImpl
java.lang.Object
com.google.gerrit.sshd.SshKeyCreatorImpl
- All Implemented Interfaces:
SshKeyCreator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SshKeyCreatorImpl
public SshKeyCreatorImpl()
-
-
Method Details
-
create
public AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException - Specified by:
create
in interfaceSshKeyCreator
- Throws:
com.google.gerrit.exceptions.InvalidSshKeyException
-