Class StreamCiphers
- java.lang.Object
-
- com.hierynomus.sshj.transport.cipher.StreamCiphers
-
public class StreamCiphers extends java.lang.Object
Implementations 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 class
StreamCiphers.Factory
Named factory for BlockCipher
-
Constructor Summary
Constructors Constructor Description StreamCiphers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StreamCiphers.Factory
Arcfour()
static StreamCiphers.Factory
Arcfour128()
static StreamCiphers.Factory
Arcfour256()
-
-
-
Method Detail
-
Arcfour
public static StreamCiphers.Factory Arcfour()
-
Arcfour128
public static StreamCiphers.Factory Arcfour128()
-
Arcfour256
public static StreamCiphers.Factory Arcfour256()
-
-