Secure iNet Factory

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

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

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


Field Summary
 java.lang.Class formatClass
           
 java.lang.String jceName
           
 java.lang.String sshName
           
 
Constructor Summary
AlgorithmFactory.KeyFormatEntry(java.lang.String sshName, java.lang.String jceName, java.lang.Class formatClass)
           
 
Method Summary
 KeyFormat newFormat()
           
 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

jceName

public final java.lang.String jceName

formatClass

public final java.lang.Class formatClass
Constructor Detail

AlgorithmFactory.KeyFormatEntry

public AlgorithmFactory.KeyFormatEntry(java.lang.String sshName,
                                       java.lang.String jceName,
                                       java.lang.Class formatClass)
Method Detail

newFormat

public KeyFormat newFormat()
                    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