Class SslContextKeyConverter


  • public final class SslContextKeyConverter
    extends java.lang.Object
    A very hacky way of using keys with SslContextBuilder, transparently converting to PKCS#8 as needed. Not for general use.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.handler.ssl.SslContextBuilder execute​(java.io.InputStream keyCertChainFile, java.io.InputStream keyFile, java.util.function.BiFunction<java.io.InputStream,​java.io.InputStream,​io.netty.handler.ssl.SslContextBuilder> operation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • execute

        public static io.netty.handler.ssl.SslContextBuilder execute​(java.io.InputStream keyCertChainFile,
                                                                     java.io.InputStream keyFile,
                                                                     java.util.function.BiFunction<java.io.InputStream,​java.io.InputStream,​io.netty.handler.ssl.SslContextBuilder> operation)