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. |