CA (ca v5.10.2)
The main CA module mostly contains (except OTP application prelude) public_key and PKIXCMP HRL definitions. The latter are generated from PKIXCMP-2009.asn1 the ASN.1 specification of CMP protocol.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1
.
Callback implementation for Application.start/2
.
Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(list)
Callback implementation for Supervisor.init/1
.
Link to this function
start(type, args)
Callback implementation for Application.start/2
.