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