Class Standards.X509.TBSCertificate
- Description
Represents a TBSCertificate.
- Note
Was not compatible with Standards.ASN1.Types.Sequence prior to Pike 8.0.
- Variable algorithm
voidStandards.X509.TBSCertificate.algorithm- Description
Algorithm Identifier.
- Variable critical
multisetStandards.X509.TBSCertificate.critical- Note
optional
- Note
Read only
- Variable der
voidStandards.X509.TBSCertificate.der
- Variable ext_authorityKeyIdentifier
boolStandards.X509.TBSCertificate.ext_authorityKeyIdentifier- Description
Set if the certificate contains a valid authorityKeyIdentifier extension. RFC 3280 section 4.2.1.1.
- Variable ext_authorityKeyIdentifier_authorityCertSerialNumber
Gmp.mpzStandards.X509.TBSCertificate.ext_authorityKeyIdentifier_authorityCertSerialNumber- Description
Set to the CertificateSerialNumber, if set in the extension.
- Variable ext_authorityKeyIdentifier_keyIdentifier
stringStandards.X509.TBSCertificate.ext_authorityKeyIdentifier_keyIdentifier- Description
Set to the KeyIdentifier, if set in the extension.
- Variable ext_basicConstraints
boolStandards.X509.TBSCertificate.ext_basicConstraints- Description
Set if the certificate contains a valid basicConstraints extension. RFC 3280 section 4.2.1.10.
- Variable ext_basicConstraints_cA
boolStandards.X509.TBSCertificate.ext_basicConstraints_cA- Description
If set, the certificate may be used as a CA certificate, i.e. sign other certificates.
- Variable ext_basicConstraints_pathLenConstraint
intStandards.X509.TBSCertificate.ext_basicConstraints_pathLenConstraint- Description
The maximum number of certificates that may follow this certificate in a certificate chain.
0in case no limit is imposed. Note that this variable is off by one compared to the RFC 3280 definition, which only counts intermediate certificates (i.e. 0 intermediates means this variable would be 1, as in one following certificate).
- Variable ext_extKeyUsage
array(Identifier) Standards.X509.TBSCertificate.ext_extKeyUsage- Description
Set to the list of extended key usages from anyExtendedKeyUsage, if the certificate contains the extKeyUsage extensions. These Identifier objects are typically found in
.PKCS.Identifiers.reverse_kp_ids. RFC 3280 section 4.2.1.13.
- Variable ext_keyUsage
Standards.X509.TBSCertificate.ext_keyUsagekeyUsage- Description
Set to the value of the KeyUsage if the certificate contains the keyUsage extension. RFC 3280 section 4.2.1.3.
- Variable ext_subjectKeyIdentifier
stringStandards.X509.TBSCertificate.ext_subjectKeyIdentifier- Description
Set to the value of the SubjectKeyIdentifier if the certificate contains the subjectKeyIdentifier extension. RFC 3280 section 4.2.1.2.
- Variable extensions
mapping(Identifier:Object) Standards.X509.TBSCertificate.extensions- Note
optional
- Note
Read only
- Variable hash
Crypto.HashStandards.X509.TBSCertificate.hash- Description
Algorithm hash if known and supported. Otherwise UNDEFINED.
- Note
Read only
- Inherit Sequence
inherit Sequence : Sequence
- Variable internal_critical
protectedmultisetStandards.X509.TBSCertificate.internal_critical- Note
optional
- Variable internal_extensions
protectedmapping(Identifier:Object) Standards.X509.TBSCertificate.internal_extensions- Note
optional
- Variable issuer
voidStandards.X509.TBSCertificate.issuer- Description
Certificate issuer.
- Variable issuer_id
voidStandards.X509.TBSCertificate.issuer_id- Note
optional
- Variable keyinfo
voidStandards.X509.TBSCertificate.keyinfo
- Variable not_after
voidStandards.X509.TBSCertificate.not_after
- Variable not_before
voidStandards.X509.TBSCertificate.not_before
- Variable public_key
voidStandards.X509.TBSCertificate.public_key
- Variable raw_extensions
voidStandards.X509.TBSCertificate.raw_extensions- Description
The raw ASN.1 objects from which extensions and critical have been generated.
- Note
optional
- Variable serial
voidStandards.X509.TBSCertificate.serial
- Variable subject
voidStandards.X509.TBSCertificate.subject
- Variable subject_id
voidStandards.X509.TBSCertificate.subject_id- Note
optional
- Variable validity
voidStandards.X509.TBSCertificate.validity
- Variable version
voidStandards.X509.TBSCertificate.version