Uses of Class
io.netty.handler.codec.quic.BoringSSLContextOption
Packages that use BoringSSLContextOption
-
Uses of BoringSSLContextOption in io.netty.handler.codec.quic
Fields in io.netty.handler.codec.quic declared as BoringSSLContextOptionModifier and TypeFieldDescriptionstatic final BoringSSLContextOption<Set<String>> BoringSSLContextOption.CLIENT_KEY_TYPESSet the supported client key/certificate types used in BoringSSLCertificateCallbackstatic final BoringSSLContextOption<String[]> BoringSSLContextOption.GROUPSSet the groups that should be used.static final BoringSSLContextOption<Map<String, String>> BoringSSLContextOption.SERVER_KEY_TYPESSet the supported server key/certificate types used in BoringSSLCertificateCallbackstatic final BoringSSLContextOption<String[]> BoringSSLContextOption.SIGNATURE_ALGORITHMSSet the signature algorithms that should be used.