类 SslConfig

    • 构造器详细资料

      • SslConfig

        public SslConfig()
    • 方法详细资料

      • getServerKeyCertChainPath

        @Parameter(key="server-key-cert-chain-path")
        public String getServerKeyCertChainPath()
      • setServerKeyCertChainPath

        public void setServerKeyCertChainPath​(String serverKeyCertChainPath)
      • getServerPrivateKeyPath

        @Parameter(key="server-private-key-path")
        public String getServerPrivateKeyPath()
      • setServerPrivateKeyPath

        public void setServerPrivateKeyPath​(String serverPrivateKeyPath)
      • getServerKeyPassword

        @Parameter(key="server-key-password")
        public String getServerKeyPassword()
      • setServerKeyPassword

        public void setServerKeyPassword​(String serverKeyPassword)
      • getServerTrustCertCollectionPath

        @Parameter(key="server-trust-cert-collection-path")
        public String getServerTrustCertCollectionPath()
      • setServerTrustCertCollectionPath

        public void setServerTrustCertCollectionPath​(String serverTrustCertCollectionPath)
      • getClientKeyCertChainPath

        @Parameter(key="client-key-cert-chain-path")
        public String getClientKeyCertChainPath()
      • setClientKeyCertChainPath

        public void setClientKeyCertChainPath​(String clientKeyCertChainPath)
      • getClientPrivateKeyPath

        @Parameter(key="client-private-key-path")
        public String getClientPrivateKeyPath()
      • setClientPrivateKeyPath

        public void setClientPrivateKeyPath​(String clientPrivateKeyPath)
      • getClientKeyPassword

        @Parameter(key="client-key-password")
        public String getClientKeyPassword()
      • setClientKeyPassword

        public void setClientKeyPassword​(String clientKeyPassword)
      • getClientTrustCertCollectionPath

        @Parameter(key="client-trust-cert-collection-path")
        public String getClientTrustCertCollectionPath()
      • setClientTrustCertCollectionPath

        public void setClientTrustCertCollectionPath​(String clientTrustCertCollectionPath)
      • setServerKeyCertChainPathStream

        public void setServerKeyCertChainPathStream​(InputStream serverKeyCertChainPathStream)
      • setServerPrivateKeyPathStream

        public void setServerPrivateKeyPathStream​(InputStream serverPrivateKeyPathStream)
      • setServerTrustCertCollectionPathStream

        public void setServerTrustCertCollectionPathStream​(InputStream serverTrustCertCollectionPathStream)
      • setClientKeyCertChainPathStream

        public void setClientKeyCertChainPathStream​(InputStream clientKeyCertChainPathStream)
      • setClientPrivateKeyPathStream

        public void setClientPrivateKeyPathStream​(InputStream clientPrivateKeyPathStream)
      • setClientTrustCertCollectionPathStream

        public void setClientTrustCertCollectionPathStream​(InputStream clientTrustCertCollectionPathStream)