com.sshtools.j2ssh.transport.publickey.rsa
Class SshRsaPrivateKey
public class SshRsaPrivateKey
SshRsaPrivateKey(RSAPrivateKey prv, RSAPublicKey pub) - Creates a new SshRsaPrivateKey object.
|
SshRsaPrivateKey(byte[] encoded) - Creates a new SshRsaPrivateKey object.
|
SshRsaPrivateKey
public SshRsaPrivateKey(RSAPrivateKey prv,
RSAPublicKey pub)
Creates a new SshRsaPrivateKey object.
SshRsaPrivateKey
public SshRsaPrivateKey(byte[] encoded)
throws InvalidSshKeyException
Creates a new SshRsaPrivateKey object.
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.