Uses of Interface
io.netty.internal.tcnative.CertificateCompressionAlgo
-
-
Uses of CertificateCompressionAlgo in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type CertificateCompressionAlgo Modifier and Type Method Description static int
SSLContext. addCertificateCompressionAlgorithm(long ctx, int direction, CertificateCompressionAlgo algorithm)
Adds a certificate compression algorithm to the givenSSLContext
or throws an exception if certificate compression is not supported or the algorithm not recognized.private static int
SSLContext. addCertificateCompressionAlgorithm0(long ctx, int direction, int algorithmId, CertificateCompressionAlgo algorithm)
-