Class GRpcServerProperties.SecurityProperties

  • Enclosing class:
    GRpcServerProperties

    public static class GRpcServerProperties.SecurityProperties
    extends java.lang.Object
    • Constructor Detail

      • SecurityProperties

        public SecurityProperties()
    • Method Detail

      • getCertChain

        public org.springframework.core.io.Resource getCertChain()
      • getPrivateKey

        public org.springframework.core.io.Resource getPrivateKey()
      • setCertChain

        public void setCertChain​(org.springframework.core.io.Resource certChain)
      • setPrivateKey

        public void setPrivateKey​(org.springframework.core.io.Resource privateKey)