Class StreamCiphers
- java.lang.Object
-
- com.hierynomus.sshj.transport.cipher.StreamCiphers
-
public class StreamCiphers extends java.lang.ObjectImplementations of the Stream Ciphers that are defined in the RFCs - https://tools.ietf.org/html/rfc4253#section-6.3 - https://tools.ietf.org/html/rfc4345
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamCiphers.FactoryNamed factory for BlockCipher
-
Constructor Summary
Constructors Constructor Description StreamCiphers()
-
Method Summary
Modifier and Type Method Description static StreamCiphers.FactoryArcfour()static StreamCiphers.FactoryArcfour128()static StreamCiphers.FactoryArcfour256()
-
-
-
Method Detail
-
Arcfour
public static StreamCiphers.Factory Arcfour()
-
Arcfour128
public static StreamCiphers.Factory Arcfour128()
-
Arcfour256
public static StreamCiphers.Factory Arcfour256()
-
-