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

12 lines
250 B
Java

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