Public Member Functions | |
def | __init__ (self, certificate_configuration) |
Private Attributes | |
_certificate_configuration | |
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.
def grpc.ServerCertificateConfiguration.__init__ | ( | self, | |
certificate_configuration | |||
) |
Definition at line 656 of file src/python/grpcio/grpc/__init__.py.
|
private |
Definition at line 657 of file src/python/grpcio/grpc/__init__.py.