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

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