Methods in com.jscape.inet.ssh.transport.keyformat that throw KeyFormatException |
byte[] |
DSSKeyFormat.format(java.security.PublicKey key)
|
abstract byte[] |
KeyFormat.format(java.security.PublicKey key)
|
byte[] |
RSAKeyFormat.format(java.security.PublicKey key)
|
java.security.KeyPair |
DSSKeyFormat.generateKeyPair()
|
abstract java.security.KeyPair |
KeyFormat.generateKeyPair()
|
java.security.KeyPair |
RSAKeyFormat.generateKeyPair()
|
java.security.PublicKey |
DSSKeyFormat.getKeyFrom(byte[] data)
|
abstract java.security.PublicKey |
KeyFormat.getKeyFrom(byte[] data)
|
java.security.PublicKey |
RSAKeyFormat.getKeyFrom(byte[] data)
|
byte[] |
DSSKeyFormat.getSignatureFrom(byte[] data)
Method getSignatureFrom |
abstract byte[] |
KeyFormat.getSignatureFrom(byte[] data)
|
byte[] |
RSAKeyFormat.getSignatureFrom(byte[] data)
|
byte[] |
DSSKeyFormat.sign(byte[] data,
java.security.PrivateKey key)
Method sign |
abstract byte[] |
KeyFormat.sign(byte[] data,
java.security.PrivateKey key)
|
byte[] |
RSAKeyFormat.sign(byte[] data,
java.security.PrivateKey key)
|
void |
DSSKeyFormat.verifySignature(byte[] sign,
byte[] data,
java.security.PublicKey key)
|
abstract void |
KeyFormat.verifySignature(byte[] sign,
byte[] data,
java.security.PublicKey key)
|
void |
RSAKeyFormat.verifySignature(byte[] sign,
byte[] data,
java.security.PublicKey key)
|