24 lines
709 B
Java
24 lines
709 B
Java
package o;
|
|
|
|
import java.security.cert.CRLSelector;
|
|
import java.security.cert.CertSelector;
|
|
import java.security.cert.CertStoreException;
|
|
import java.security.cert.CertStoreSpi;
|
|
import java.util.Collection;
|
|
|
|
/* renamed from: o.grj, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C15482grj extends CertStoreSpi {
|
|
private gqP e;
|
|
|
|
@Override // java.security.cert.CertStoreSpi
|
|
public Collection engineGetCertificates(CertSelector certSelector) throws CertStoreException {
|
|
throw null;
|
|
}
|
|
|
|
@Override // java.security.cert.CertStoreSpi
|
|
public Collection engineGetCRLs(CRLSelector cRLSelector) throws CertStoreException {
|
|
throw null;
|
|
}
|
|
}
|