Package org.bouncycastle.crypto
Interface StatelessProcessing
-
- All Known Implementing Classes:
AESEngine,AESLightEngine,CamelliaEngine,CamelliaLightEngine,SEEDEngine,SerpentEngine,SerpentEngineBase,TnepresEngine
public interface StatelessProcessingCiphers 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 BlockCiphernewInstance()
-
-
-
Method Detail
-
newInstance
BlockCipher newInstance()
-
-