![JAR search and dependency download from the Maven repository](/logo.png)
org.bouncycastle.crypto.StatelessProcessing Maven / Gradle / Ivy
package org.bouncycastle.crypto;
/**
* Ciphers that implement StatelessProcessing are thread safe for encrypt/decrypt - just not initialisation.
*/
public interface StatelessProcessing
{
BlockCipher newInstance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy