Class BlockCiphers


  • public class BlockCiphers
    extends java.lang.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.