Module c509_certificate::general_names::data
source ยท Expand description
General Name data provides a necessary information for encoding and decoding of C509 General Name. See C509 Certificate Section 9.9 C509 General Names Registry for more information.
Structsยง
- General
Name ๐Data A struct of data that contains lookup table forGeneralName
. - Integer
ToGN ๐Table A struct of integer toGeneralNameTypeRegistry
table.
Constantsยง
- GENERA
L_ ๐NAME_ DATA GeneralName
data table.
Staticsยง
- GENERA
L_ ๐NAME_ TABLES Define static lookup for general names table
Functionsยง
- get_
gn_ ๐from_ int Get the general name from the int value. - Get the general name value type from the int value.
- get_
int_ ๐from_ gn Get the int value from the general name.
Type Aliasesยง
- General
Name ๐Data Tuple Type ofGeneralName
data. Int | Name | Type - Gntr ๐Create a type alias for
GeneralNameTypeRegistry
- Gnvt ๐Create a type alias for
GeneralNameValueType