Class PKCS15_Certificate
Object
|
+--PKCS15_CIO
|
+--PKCS15_CommonCertificateAttributes
|
+--PKCS15_Certificate
- class
PKCS15_Certificate
- extends PKCS15_CommonCertificateAttributes
This class adds X.509 certificate attributes to the common certificate attribute class.
The class decodes the following ASN.1 syntax for X.509 certificates:
X509CertificateAttributes ::= SEQUENCE {
value ObjectValue { Certificate },
subject Name OPTIONAL,
issuer [0] Name OPTIONAL,
serialNumber CertificateSerialNumber OPTIONAL,
... -- For future extensions
}
See:Defined in p15classes.js
Field Summary |
Object |
type
|
type
Object type
PKCS15_Certificate
PKCS15_Certificate(tlv)
Create a Certificate Attribute Object
Parameters:
the
- tlv structure containing the CIO
Documentation generated by
JSDoc on Tue Apr 15 22:10:49 2025