Interface ICertificationRequest

Hierarchy

  • ICertificationRequest

Implemented by

Properties

attributes?: Attribute[]

Collection of attributes providing additional information about the subject of the certificate

signatureAlgorithm: AlgorithmIdentifier

signature algorithm (and any associated parameters) under which the certification-request information is signed

signatureValue: BitString

result of signing the certification request information with the certification request subject's private key

Distinguished name of the certificate subject

subjectPublicKeyInfo: PublicKeyInfo

Information about the public key being certified

tbs: ArrayBuffer

Value being signed

version: number

Version number. It should be 0

Generated using TypeDoc