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

bouncycastle.crypto.OutputLengthException Maven / Gradle / Ivy

The newest version!
package bouncycastle.crypto;

public class OutputLengthException
    extends DataLengthException
{
	private static final long serialVersionUID = -2514856573478091437L;

	public OutputLengthException(String msg)
    {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy