what-the-bank/sources/o/gqS.java

33 lines
896 B
Java

package o;
import java.security.KeyFactory;
import java.security.NoSuchAlgorithmException;
import java.security.Provider;
import java.security.Signature;
import java.security.cert.CertificateException;
import java.security.cert.CertificateFactory;
/* loaded from: classes6.dex */
public class gqS implements gqQ {
private Provider b;
public gqS(Provider provider) {
this.b = provider;
}
@Override // o.gqQ
public final KeyFactory b(String str) throws NoSuchAlgorithmException {
return KeyFactory.getInstance(str, this.b);
}
@Override // o.gqQ
public final Signature e(String str) throws NoSuchAlgorithmException {
return Signature.getInstance(str, this.b);
}
@Override // o.gqQ
public final CertificateFactory c(String str) throws CertificateException {
return CertificateFactory.getInstance(str, this.b);
}
}