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