Uses of Class
com.sshtools.j2ssh.transport.cipher.SshCipher
-
Packages that use SshCipher Package Description com.sshtools.j2ssh.transport com.sshtools.j2ssh.transport.cipher -
-
Uses of SshCipher in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that return SshCipher Modifier and Type Method Description SshCipher
TransportProtocolAlgorithmSync. getCipher()
Methods in com.sshtools.j2ssh.transport with parameters of type SshCipher Modifier and Type Method Description void
TransportProtocolAlgorithmSync. setCipher(SshCipher cipher)
-
Uses of SshCipher in com.sshtools.j2ssh.transport.cipher
Subclasses of SshCipher in com.sshtools.j2ssh.transport.cipher Modifier and Type Class Description class
BlowfishCbc
class
TripleDesCbc
Methods in com.sshtools.j2ssh.transport.cipher that return SshCipher Modifier and Type Method Description static SshCipher
SshCipherFactory. newInstance(java.lang.String algorithmName)
-