Package io.grpc.netty

Class FixedKeyManagerFactory


  • final class FixedKeyManagerFactory
    extends javax.net.ssl.KeyManagerFactory
    A KeyManagerFactory that returns a fixed list of key managers.
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedKeyManagerFactory​(java.util.List<javax.net.ssl.KeyManager> keyManagers)  
    • Method Summary

      • Methods inherited from class javax.net.ssl.KeyManagerFactory

        getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init
      • Methods inherited from class java.lang.Object

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

      • FixedKeyManagerFactory

        public FixedKeyManagerFactory​(java.util.List<javax.net.ssl.KeyManager> keyManagers)