Interface Cipher
- All Known Implementing Classes:
BCCipherFactory.BCBlockCipher, BCCipherFactory.BCStreamCipher, JceCipher
public interface Cipher
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintdoFinal(byte[] out, int outOff) voidinit(Cipher.CryptMode cryptMode, byte[] bytes) voidreset()intupdate(byte[] in, int inOff, int bytes, byte[] out, int outOff)
-
Method Details
-
init
- Throws:
SecurityException
-
update
- Throws:
SecurityException
-
doFinal
- Throws:
SecurityException
-
reset
void reset()
-