✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
O seguinte trecho de código representa o quê?
Certificate ::= SIGNED
{
SEQUENCE {
version [0] Version DEFAULT v1,
serialNumber CertificateSerialNumber,
signature AlgorithmIdentifier,
issuer Name,
validity Validity,
subject Name,
subjectPublicKeyInfoSubjectPublicKeyInfo,
issuerUniqueIdentifier[1] IMPLICIT UniqueIdentifier OPTIONAL,
-- if present, version must be v2 or v3
subjectUniqueIdentifier [2] IMPLICIT UniqueIdentifier OPTIONAL
-- if present, version must be v2 or v3
extensions [3] Extensions OPTIONAL
-- If present, version must be v3 --
}
}