package okhttp3;

import java.security.cert.Certificate;
import java.util.List;
import kotlin.jvm.internal.m;
import y1.a;

/* JADX INFO: loaded from: classes2.dex */
final class Handshake$Companion$get$1 extends m implements a {
    final /* synthetic */ List $peerCertificatesCopy;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    Handshake$Companion$get$1(List list) {
        super(0);
        this.$peerCertificatesCopy = list;
    }

    @Override // y1.a
    public final List<Certificate> invoke() {
        return this.$peerCertificatesCopy;
    }
}
