Метод | Описание | |
---|---|---|
AddKey ( ISshKey key ) : void |
Adds key to SSH agent applies constraints in aKeys.Constraints, if any |
|
AddKey ( ISshKey key, ICollection |
Adds key to SSH agent ignores constraints in key.Constraints |
|
ListKeys ( SshVersion aVersion ) : ICollection |
||
Lock ( byte aPassphrase ) : void | ||
RemoveAllKeys ( SshVersion version ) : void | ||
RemoveKey ( ISshKey key ) : void |
Remove key from SSH agent
|
|
SendMessage ( byte aMessage ) : byte[] |
Implementer should send the message to an SSH agent and return the reply
|
|
SignRequest ( ISshKey aKey, byte aSignData ) : byte[] | ||
Unlock ( byte aPassphrase ) : void |
Метод | Описание | |
---|---|---|
CreatePrivateKeyBlob ( ISshKey key ) : |
||
CreatePublicKeyBlob ( ISshKey aKey ) : |
||
FireKeyAdded ( ISshKey key ) : void | ||
FireKeyRemoved ( ISshKey key ) : void | ||
SendMessage ( |
||
SendMessageAndCheckSuccess ( |
Sends message to remote agent and checks that it returned SSH_AGENT_SUCCESS
|
public AddKey ( ISshKey key ) : void | ||
key | ISshKey | the key to add |
Результат | void |
public AddKey ( ISshKey key, ICollection |
||
key | ISshKey | the key to add |
aConstraints | ICollection |
constraints to apply |
Результат | void |
public ListKeys ( SshVersion aVersion ) : ICollection |
||
aVersion | SshVersion | |
Результат | ICollection |
public RemoveAllKeys ( SshVersion version ) : void | ||
version | SshVersion | |
Результат | void |
public RemoveKey ( ISshKey key ) : void | ||
key | ISshKey | The key to remove |
Результат | void |
public abstract SendMessage ( byte aMessage ) : byte[] | ||
aMessage | byte | The message to send |
Результат | byte[] |
public SignRequest ( ISshKey aKey, byte aSignData ) : byte[] | ||
aKey | ISshKey | |
aSignData | byte | |
Результат | byte[] |