Class TransportProtocolAlgorithmSync


  • public class TransportProtocolAlgorithmSync
    extends java.lang.Object
    Version:
    $Revision: 1.18 $
    Author:
    $author$
    • Constructor Detail

      • TransportProtocolAlgorithmSync

        public TransportProtocolAlgorithmSync()
        Creates a new TransportProtocolAlgorithmSync object.
    • Method Detail

      • setCipher

        public void setCipher​(SshCipher cipher)
        Parameters:
        cipher -
      • getCipher

        public SshCipher getCipher()
        Returns:
      • setCompression

        public void setCompression​(SshCompression compression)
        Parameters:
        compression -
      • setHmac

        public void setHmac​(SshHmac hmac)
        Parameters:
        hmac -
      • getHmac

        public SshHmac getHmac()
        Returns:
      • lock

        public void lock()
      • release

        public void release()