import CertificateChainValidationEngine from 'pkijs/src/CertificateChainValidationEngine.js'CertificateChainValidationEngine
Static Method Summary
| Static Public Methods | ||
| public static |
defaultFindOrigin(certificate: *, validationEngine: *): string |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(parameters: Object) Constructor for CertificateChainValidationEngine class |
|
Member Summary
| Public Members | ||
| public |
Array with certificate chain. |
|
| public |
The date at which the check would be |
|
| public |
Array of all CRLs for all certificates from certificate chain |
|
| public |
The date at which the check would be |
|
| public |
The date at which the check would be |
|
| public |
Array of all OCSP responses |
|
| public |
Array of pre-defined trusted (by user) certificates |
|
Method Summary
| Public Methods | ||
| public |
async defaultFindIssuer(certificate: *, validationEngine: *): * |
|
| public |
defaultValues(memberName: string): * Return default values for all class members |
|
| public |
async sort(): * |
|
| public |
Major verification function for certificate chain. |
|
Static Public Methods
Public Constructors
Public Members
public certs: Array<Certificate> source
Array with certificate chain. Could be only one end-user certificate in there!
public crls: Array<CertificateRevocationList> source
Array of all CRLs for all certificates from certificate chain
Public Methods
public async defaultFindIssuer(certificate: *, validationEngine: *): * source
Params:
| Name | Type | Attribute | Description |
| certificate | * | ||
| validationEngine | * |
Return:
| * |