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 SshCipherTransportProtocolAlgorithmSync. getCipher()Methods in com.sshtools.j2ssh.transport with parameters of type SshCipher Modifier and Type Method Description voidTransportProtocolAlgorithmSync. 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 classBlowfishCbcclassTripleDesCbcMethods in com.sshtools.j2ssh.transport.cipher that return SshCipher Modifier and Type Method Description static SshCipherSshCipherFactory. newInstance(java.lang.String algorithmName)
-