Package com.google.gerrit.sshd
Class SshKeyCreatorImpl
- java.lang.Object
-
- com.google.gerrit.sshd.SshKeyCreatorImpl
-
- All Implemented Interfaces:
SshKeyCreator
public class SshKeyCreatorImpl extends Object implements SshKeyCreator
-
-
Constructor Summary
Constructors Constructor Description SshKeyCreatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountSshKey
create(Account.Id accountId, int seq, String encoded)
-
-
-
Method Detail
-
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
-
-