class documentation

class RequestType(ACMEIntEnum):

View In Hierarchy

Internal type to indicate the purpose of the the CSERequest struct.

Constant NOTSET Undetermined.
Constant REQUEST CSERequest is a request.
Constant RESPONSE CSERequest is a response.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
NOTSET =

Undetermined.

Value
auto()
REQUEST =

CSERequest is a request.

Value
auto()
RESPONSE =

CSERequest is a response.

Value
auto()