Package org.bouncycastle.crypto
Interface StatelessProcessing
- All Known Implementing Classes:
AESEngine,AESLightEngine,CamelliaEngine,CamelliaLightEngine,SEEDEngine,SerpentEngine,SerpentEngineBase,TnepresEngine
public interface StatelessProcessing
Ciphers that implement StatelessProcessing are thread safe for encrypt/decrypt - just not initialisation.
-
Method Summary
-
Method Details
-
newInstance
BlockCipher newInstance()
-