package io.netty.handler.ssl;

/* JADX INFO: loaded from: classes.dex */
public enum ClientAuth {
    NONE,
    OPTIONAL,
    REQUIRE
}
