|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.transport.kex.KeyExchange
public abstract class KeyExchange
Method Summary | |
---|---|
java.lang.String |
getAlgorithm()
Returns the SSH name of this key exchange algorithm. |
abstract KeyCreator |
runClient(boolean checkServerKeySignature,
KeyFormat format)
Runs the key exchanging for the client. |
abstract KeyCreator |
runServer(java.security.KeyPair keyPair,
KeyFormat format)
Runs the key exchanging for the server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getAlgorithm()
public abstract KeyCreator runClient(boolean checkServerKeySignature, KeyFormat format) throws java.io.IOException
java.io.IOException
- if an I/O or transport error occurspublic abstract KeyCreator runServer(java.security.KeyPair keyPair, KeyFormat format) throws java.io.IOException
keyPair
- the server key pair
java.io.IOException
- if an I/O or transport error occurs
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |