9 lines
206 B
Java
9 lines
206 B
Java
|
package org.bouncycastle.crypto;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class OutputLengthException extends DataLengthException {
|
||
|
public OutputLengthException(String str) {
|
||
|
super(str);
|
||
|
}
|
||
|
}
|