2. Public-Key Records
2 Public-Key Records
This chapter briefly describes Erlang records derived from ASN.1 specifications used to handle public key infrastructure. The scope is to describe the data types of each component, not the semantics. For information on the semantics, refer to the relevant standards and RFCs linked in the sections below.
Use the following include directive to get access to the records and constant macros described in the following sections:
-include_lib("public_key/include/public_key.hrl").
2.1 Data Types
Common non-standard Erlang data types used to describe the record fields in the following sections and which are not defined in the Public Key Reference Manual
follows here:
time() =
utc_time() | general_time()
utc_t