what-the-bank/sources/org/bouncycastle/crypto/DataLengthException.java

12 lines
247 B
Java

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