Interface CommonTlsContext.CertificateProviderOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
         opaque name used to specify certificate instances or types. For example, "ROOTCA" to specify
         a root-certificate (validation context) or "TLS" to specify a new tls-certificate.
         
        string name = 1 [(.validate.rules) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         opaque name used to specify certificate instances or types. For example, "ROOTCA" to specify
         a root-certificate (validation context) or "TLS" to specify a new tls-certificate.
         
        string name = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for name.
      • hasTypedConfig

        boolean hasTypedConfig()
        .envoy.config.core.v3.TypedExtensionConfig typed_config = 2;
        Returns:
        Whether the typedConfig field is set.
      • getTypedConfig

        TypedExtensionConfig getTypedConfig()
        .envoy.config.core.v3.TypedExtensionConfig typed_config = 2;
        Returns:
        The typedConfig.