com.bugvm.bouncycastle.crypto.OutputLengthException Maven / Gradle / Ivy
package com.bugvm.bouncycastle.crypto;
public class OutputLengthException
extends DataLengthException
{
public OutputLengthException(String msg)
{
super(msg);
}
}