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
          
   
Fields inherited from class PKCS15_CommonCertificateAttributes
iD, authority, identifier
   
Fields inherited from class PKCS15_CIO
tlv, label, flags, authId, userConsent, accessControlRules
 
Constructor Summary
PKCS15_Certificate(tlv)
            Create a Certificate Attribute Object
   
Methods inherited from class PKCS15_CommonCertificateAttributes
toString
   
Methods inherited from class PKCS15_CIO
getFlagsAsString
 

Field Detail

type

Object type

Constructor Detail

PKCS15_Certificate

PKCS15_Certificate(tlv)


Documentation generated by JSDoc on Tue Apr 15 22:10:49 2025