Package com.hierynomus.sshj.transport.cipher
package com.hierynomus.sshj.transport.cipher
-
ClassesClassDescriptionAll 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.*.Named factory for BlockCipherSet of Block Ciphers that are (not yet) part of any of the official RFCs for SSH, but that are either supported by other SSH implementations, or are being pushed for to be included in a new RFC.Algorithm parameters for AES/GCM that assumes the IV uses an 8-byte counter field as its most significant bytes.Named factory for BlockCipherImplementations of the Stream Ciphers that are defined in the RFCs - https://tools.ietf.org/html/rfc4253#section-6.3 - https://tools.ietf.org/html/rfc4345Named factory for BlockCipher