Uses of Class com.sshtools.j2ssh.transport.publickey.SshPrivateKey

Uses in package com.sshtools.j2ssh.transport.publickey.rsa

Classes derived from com.sshtools.j2ssh.transport.publickey.SshPrivateKey

class

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

SshPrivateKey

Uses in package com.sshtools.j2ssh.transport.publickey.dsa

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

SshPrivateKey

Uses in package com.sshtools.j2ssh.transport.kex

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

void
DhGroup1Sha1.performServerExchange(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey)
void
SshKeyExchange.performServerExchange(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvkey)

Uses in package com.sshtools.j2ssh.authentication

Fields of type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

SshPrivateKey
SshPrivateKey

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

void
void

Uses in package com.sshtools.j2ssh.agent

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

boolean
KeyStore.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints cs)
void
SshAgentClient.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints constraints)
Add a key to the agent

Uses in package com.sshtools.j2ssh.transport.publickey

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

SshPrivateKeyFile
SshPrivateKeyFile.create(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format)
void

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey

SshPrivateKey
SshKeyPair.decodePrivateKey(byte[] encoded)
SshPrivateKey
SshPrivateKey
SshPrivateKey
SshKeyPair.setPrivateKey(byte[] encoded)
SshPrivateKey
SshPrivateKeyFile.toPrivateKey(String passphrase)

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.