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