Module c509_certificate::algorithm_identifier
source · Expand description
C509 Algorithm Identifier
This module handle the AlgorithmIdentifier
type where OID does not fall into the
table.
AlgorithmIdentifier = int / ~oid / [ algorithm: ~oid, parameters: bytes ]
Note AlgorithmIdentifier
that have the same OID with different parameters are
not implemented yet.
For more information about AlgorithmIdentifier
,
visit C509 Certificate
Structs§
- A struct represents the
AlgorithmIdentifier
type.