Bouncy Castle Cryptography Library 1.71

org.bouncycastle.crypto
Interface StatelessProcessing

All Known Implementing Classes:
SEEDEngine, SerpentEngineBase, AESEngine, AESLightEngine, CamelliaEngine, CamelliaLightEngine

public interface StatelessProcessing

Ciphers that implement StatelessProcessing are thread safe for encrypt/decrypt - just not initialisation.


Method Summary
 BlockCipher newInstance()
           
 

Method Detail

newInstance

public BlockCipher newInstance()

Bouncy Castle Cryptography Library 1.71