org.testifyproject.bouncycastle.crypto.OutputLengthException Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.crypto;
public class OutputLengthException
extends DataLengthException
{
public OutputLengthException(String msg)
{
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy