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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockCipher
newInstance()
-
-
-
Method Detail
-
newInstance
BlockCipher newInstance()
-
-