class documentation

CSE Types

Constant ASN Access Node.
Constant IN Infrastructure Node.
Constant MN Middle Node.

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.
ASN: int =

Access Node.

Value
3
IN: int =

Infrastructure Node.

Value
1
MN: int =

Middle Node.

Value
2