Class BlockCiphers

java.lang.Object
com.hierynomus.sshj.transport.cipher.BlockCiphers

public class BlockCiphers extends Object
All BlockCiphers supported by SSH according to the following RFCs:
  • https://tools.ietf.org/html/rfc4344#section-3.1
  • https://tools.ietf.org/html/rfc4253#section-6.3
  • TODO: https://tools.ietf.org/html/rfc5647
Some of the Ciphers are still implemented in net.schmizz.sshj.transport.cipher.*. These are deprecated and scheduled to be removed.