2.2.1.4.2.1 CertBlob (CERT_BLOB)
The CertBlob packet encapsulates an X.509 certificate (as specified in [RFC3280] section 4).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cbCert |
|||||||||||||||||||||||||||||||
abCert (variable) |
|||||||||||||||||||||||||||||||
... |
cbCert (4 bytes): A 32-bit unsigned integer. This field specifies the number of bytes in abCert.
abCert (variable): A byte array of length cbCert. This field contains binary data representing a single X.509 certificate.