Public Member Functions | Private Attributes | List of all members
grpc.ServerCertificateConfiguration Class Reference
Inheritance diagram for grpc.ServerCertificateConfiguration:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, certificate_configuration)
 

Private Attributes

 _certificate_configuration
 

Detailed Description

A certificate configuration for use with an SSL-enabled Server.

Instances of this class can be returned in the certificate configuration
fetching callback.

This class has no supported interface -- it exists to define the
type of its instances and its instances exist to be passed to
other functions.

Definition at line 645 of file src/python/grpcio/grpc/__init__.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc.ServerCertificateConfiguration.__init__ (   self,
  certificate_configuration 
)

Definition at line 656 of file src/python/grpcio/grpc/__init__.py.

Member Data Documentation

◆ _certificate_configuration

grpc.ServerCertificateConfiguration._certificate_configuration
private

Definition at line 657 of file src/python/grpcio/grpc/__init__.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31