Secure iNet Factory

Uses of Class
com.jscape.inet.ssh.transport.TransportException

Packages that use TransportException
com.jscape.inet.ssh.transport   
com.jscape.inet.ssh.transport.compression   
com.jscape.inet.ssh.transport.kex   
com.jscape.inet.ssh.transport.keyformat   
com.jscape.inet.ssh.transport.mac   
 

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

Subclasses of TransportException in com.jscape.inet.ssh.transport
 class InvalidHostKeyException
          Extends TransportException.
 

Methods in com.jscape.inet.ssh.transport that throw TransportException
 javax.crypto.Cipher AlgorithmFactory.CipherEntry.cipherFor(byte[] keyData, byte[] ivData, int opmode, java.lang.String provider)
          Creates a cipher.
 javax.crypto.Cipher AlgorithmFactory.cipherFor(java.lang.String sshName, byte[] keyData, byte[] ivData, int mode)
          Creates a cipher for the specified parameetrs.
 Compression AlgorithmFactory.CompressionEntry.compressionFor(int mode)
           
 Compression AlgorithmFactory.compressionFor(java.lang.String sshName, int mode)
           
 byte[] KeyCreator.createClientServerCipherKey(int keyLength)
           
 byte[] KeyCreator.createClientServerIV(int keyLength)
           
 byte[] KeyCreator.createClientServerMacKey(int keyLength)
           
 byte[] KeyCreator.createServerClientCipherKey(int keyLength)
           
 byte[] KeyCreator.createServerClientIV(int keyLength)
           
 byte[] KeyCreator.createServerClientMacKey(int keyLength)
           
 KeyExchange AlgorithmFactory.getKeyExchange(java.lang.String sshName, Transport transport)
           
 java.lang.String AlgorithmSuite.getServerClientCipher()
           
 KeyExchange AlgorithmFactory.KexEntry.kexFor(Transport transport)
           
 KeyFormat AlgorithmFactory.keyFormatFor(java.lang.String sshName)
           
 KeyFormat AlgorithmFactory.keyFormatForJceName(java.lang.String jceName)
           
 javax.crypto.Mac AlgorithmFactory.MacEntry.macFor(byte[] keyData, java.lang.String provider)
          Creates a new MAC instance.
 javax.crypto.Mac AlgorithmFactory.macFor(java.lang.String sshName, byte[] keyData)
           
 KeyFormat AlgorithmFactory.KeyFormatEntry.newFormat()
           
static Message Message.readFrom(java.io.InputStream in, java.lang.Class messageClass)
           
static Message Message.readFrom(SshReader reader, java.lang.Class messageClass)
          Reads the message from the reader.
 

Constructors in com.jscape.inet.ssh.transport that throw TransportException
AlgorithmSuite(com.jscape.inet.ssh.transport.messages.SshMsgKexInit clientInitMsg, com.jscape.inet.ssh.transport.messages.SshMsgKexInit serverInitMsg)
           
 

Uses of TransportException in com.jscape.inet.ssh.transport.compression
 

Subclasses of TransportException in com.jscape.inet.ssh.transport.compression
 class CompressionException
           
 

Uses of TransportException in com.jscape.inet.ssh.transport.kex
 

Subclasses of TransportException in com.jscape.inet.ssh.transport.kex
 class KeyExchangeException
           
 

Uses of TransportException in com.jscape.inet.ssh.transport.keyformat
 

Subclasses of TransportException in com.jscape.inet.ssh.transport.keyformat
 class KeyFormatException
           
 

Uses of TransportException in com.jscape.inet.ssh.transport.mac
 

Subclasses of TransportException in com.jscape.inet.ssh.transport.mac
 class MacException
           
 


Secure iNet Factory

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