Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.transport.publickey.SshPrivateKey
public abstract class SshPrivateKey
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
abstract byte[] |
|
abstract String | |
abstract int | |
abstract byte[] | |
abstract SshPublicKey |
public abstract byte[] generateSignature(byte[] data) throws InvalidSshKeySignatureException
- Parameters:
data
-
- Returns:
public abstract String getAlgorithmName()
- Returns:
public abstract int getBitLength()
- Returns:
public abstract byte[] getEncoded()
- Returns: