Class BCCipherFactory.BCStreamCipher
java.lang.Object
com.hierynomus.security.bc.BCCipherFactory.BCStreamCipher
- All Implemented Interfaces:
Cipher
- Enclosing class:
BCCipherFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface Cipher
Cipher.CryptMode -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.bouncycastle.crypto.CipherParameterscreateParams(byte[] key) intdoFinal(byte[] out, int outOff) voidinit(Cipher.CryptMode cryptMode, byte[] bytes) voidreset()intupdate(byte[] in, int inOff, int bytes, byte[] out, int outOff)
-
Field Details
-
streamCipher
private org.bouncycastle.crypto.StreamCipher streamCipher
-
-
Constructor Details
-
BCStreamCipher
BCStreamCipher(org.bouncycastle.crypto.StreamCipher streamCipher)
-
-
Method Details