Uses of Class com.sshtools.j2ssh.transport.AlgorithmOperationException

Uses in package com.sshtools.j2ssh.transport

Methods which throw type com.sshtools.j2ssh.transport.AlgorithmOperationException

void
TransportProtocolClient.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)
void
TransportProtocolCommon.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)

Uses in package com.sshtools.daemon.transport

Methods which throw type com.sshtools.j2ssh.transport.AlgorithmOperationException

void
TransportProtocolServer.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)

Uses in package com.sshtools.j2ssh.transport.cipher

Methods which throw type com.sshtools.j2ssh.transport.AlgorithmOperationException

void
BlowfishCbc.init(int mode, byte[] iv, byte[] keydata)
void
SshCipher.init(int mode, byte[] iv, byte[] keydata)
void
TripleDesCbc.init(int mode, byte[] iv, byte[] keydata)
byte[]
SshCipher.transform(byte[] data)
byte[]
BlowfishCbc.transform(byte[] data, int offset, int len)
byte[]
SshCipher.transform(byte[] data, int offset, int len)
byte[]
TripleDesCbc.transform(byte[] data, int offset, int len)

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.