Secure iNet Factory

com.jscape.inet.ssh.transport
Class AlgorithmFactory.KexEntry

java.lang.Object
  extended by com.jscape.inet.ssh.transport.AlgorithmFactory.KexEntry
Enclosing class:
AlgorithmFactory

public static class AlgorithmFactory.KexEntry
extends java.lang.Object


Field Summary
 java.lang.Class kexClass
           
 java.lang.String sshName
           
 
Constructor Summary
AlgorithmFactory.KexEntry(java.lang.String sshName, java.lang.Class kexClass)
           
 
Method Summary
 KeyExchange kexFor(Transport transport)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sshName

public final java.lang.String sshName

kexClass

public final java.lang.Class kexClass
Constructor Detail

AlgorithmFactory.KexEntry

public AlgorithmFactory.KexEntry(java.lang.String sshName,
                                 java.lang.Class kexClass)
Method Detail

kexFor

public KeyExchange kexFor(Transport transport)
                   throws TransportException
Throws:
TransportException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved