Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.transport.publickey » [javadoc | source]
com.sshtools.j2ssh.transport.publickey
abstract public class: SshPrivateKey [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.publickey.SshPrivateKey

Direct Known Subclasses:
    SshRsaPrivateKey, SshDssPrivateKey

Constructor:
 public SshPrivateKey() 
Method from com.sshtools.j2ssh.transport.publickey.SshPrivateKey Summary:
generateSignature,   getAlgorithmName,   getBitLength,   getEncoded,   getPublicKey
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.transport.publickey.SshPrivateKey Detail:
 abstract public byte[] generateSignature(byte[] data) throws InvalidSshKeySignatureException
 abstract public String getAlgorithmName()
 abstract public int getBitLength()
 abstract public byte[] getEncoded()
 abstract public SshPublicKey getPublicKey()