C# Class EU.Europa.EC.Markt.Dss.Validation.Report.CertPathRevocationAnalysis

Validation information for a Certificate Path (from a end user certificate to the Trusted List)
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CertPathRevocationAnalysis ( ValidationContext ctx, TrustedListInformation info ) : System.Collections.Generic

The default constructor for CertPathRevocationAnalysis.

The default constructor for CertPathRevocationAnalysis.

GetCertificatePathVerification ( ) : IList
GetSummary ( ) : Result
GetTrustedListInformation ( ) : TrustedListInformation
SetCertificatePathVerification ( IList certificatePathVerification ) : void
SetSummary ( Result summary ) : void
SetTrustedListInformation ( TrustedListInformation trustedListInformation ) : void

Method Details

CertPathRevocationAnalysis() public method

The default constructor for CertPathRevocationAnalysis.
The default constructor for CertPathRevocationAnalysis.
public CertPathRevocationAnalysis ( ValidationContext ctx, TrustedListInformation info ) : System.Collections.Generic
ctx ValidationContext
info TrustedListInformation
return System.Collections.Generic

GetCertificatePathVerification() public method

public GetCertificatePathVerification ( ) : IList
return IList

GetSummary() public method

public GetSummary ( ) : Result
return Result

GetTrustedListInformation() public method

public GetTrustedListInformation ( ) : TrustedListInformation
return TrustedListInformation

SetCertificatePathVerification() public method

public SetCertificatePathVerification ( IList certificatePathVerification ) : void
certificatePathVerification IList the certificatePathVerification to set
return void

SetSummary() public method

public SetSummary ( Result summary ) : void
summary Result the summary to set
return void

SetTrustedListInformation() public method

public SetTrustedListInformation ( TrustedListInformation trustedListInformation ) : void
trustedListInformation TrustedListInformation the trustedListInformation to set
return void