All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.iem.BouncyCastle.3.1.3.source-code.SICBlockCipher.crysl Maven / Gradle / Ivy

The newest version!
SPEC org.bouncycastle.crypto.modes.SICBlockCipher

OBJECTS
	org.bouncycastle.crypto.BlockCipher engine;

FORBIDDEN
	SICBlockCipher(org.bouncycastle.crypto.BlockCipher);
	
EVENTS
	c1: newInstance(engine);
	Con := c1;
	
// No need to specify the order, must be wrapped in BufferedCipher
ORDER
	Con

REQUIRES
	generatedAESEngine[engine] || generatedAESLightEngine[engine] || generatedRijndaelEngine[engine];

ENSURES
	generatedSICBlockCipher[this];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy