X509Signed
Base class for signed X.509 sequences: certificates and CRLs.
Signed sequence is an ASN1Sequence that contains three elements: TBS sequence, signature algorithm, and signature, where the signature cryptographically signs the bytes of TBS sequence. TBS sequence syntax is determined by the format (certificate and CRL), but in both cases can contain specially-tagged extension object.
This class encapsulates the common functionality:
dealing with the top-level sequence
signature
extensions
Inheritors
Properties
The OIDs for X.509 extensions which are marked as critical.
The list of decoded extensions information.
The OIDs for X.509 extensions which are not marked as critical.
The signature algorithm for the certificate or CRL as Algorithm.
The signature algorithm for the CRL as OID string.
The bytes of TBS sequence.