class documentation

class OriginatorType(ACMEIntEnum):

View In Hierarchy

Originator Types.

Constant CAEID CSE-relative Application Entity ID.
Constant CSEID CSE ID.
Constant SAEID Service-Provider-relative Application Entity ID.
Constant SPID Service Provider ID.
Constant UNKNOWN Unknown originator type.

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

CSE-relative Application Entity ID.

Value
1
CSEID: int =

CSE ID.

Value
3
SAEID: int =

Service-Provider-relative Application Entity ID.

Value
2
SPID: int =

Service Provider ID.

Value
4
UNKNOWN: int =

Unknown originator type.

Value
0