com.fitbur.bouncycastle.crypto.OutputLengthException Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto;
public class OutputLengthException
extends DataLengthException
{
public OutputLengthException(String msg)
{
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy