Secure iNet Factory

Uses of Class
com.jscape.inet.ssh.types.SshNameList

Packages that use SshNameList
com.jscape.inet.ssh.transport   
com.jscape.inet.ssh.types   
 

Uses of SshNameList in com.jscape.inet.ssh.transport
 

Methods in com.jscape.inet.ssh.transport that return SshNameList
 SshNameList AlgorithmFactory.getAllCiphers()
           
 SshNameList AlgorithmFactory.getAllCompressions()
           
 SshNameList AlgorithmFactory.getAllKeyExchanges()
           
 SshNameList AlgorithmFactory.getAllKeyFormats()
           
 SshNameList AlgorithmFactory.getAllLanguages()
           
 SshNameList AlgorithmFactory.getAllMacs()
           
 

Uses of SshNameList in com.jscape.inet.ssh.types
 

Methods in com.jscape.inet.ssh.types that return SshNameList
static SshNameList SshNameList.readFrom(java.io.InputStream in)
          Reads name list object from the stream.
 

Methods in com.jscape.inet.ssh.types with parameters of type SshNameList
 java.lang.String SshNameList.getFirstCommonNameFrom(SshNameList that)
          Finds the first name that is common for the current and for the specified lists.
 


Secure iNet Factory

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