what-the-bank/sources/org/spongycastle/jce/exception/ExtCertificateEncodingExcep...

14 lines
342 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.spongycastle.jce.exception;
import java.security.cert.CertificateEncodingException;
/* loaded from: classes6.dex */
public class ExtCertificateEncodingException extends CertificateEncodingException {
private Throwable a;
@Override // java.lang.Throwable
public Throwable getCause() {
return this.a;
}
}