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

Contains trusted list information relevant to a certificate
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetCurrentStatus ( ) : string
GetCurrentStatusStartingDate ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
GetQualitificationElements ( ) : IList

Return the list of condition associated to this service

GetServiceName ( ) : string
GetServiceType ( ) : string
GetStatusAtReferenceTime ( ) : string
GetStatusStartingDateAtReferenceTime ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
GetTSPElectronicAddress ( ) : string
GetTSPName ( ) : string
GetTSPPostalAddress ( ) : string
GetTSPTradeName ( ) : string
IsServiceWasFound ( ) : bool
IsWellSigned ( ) : bool

Is the Trusted List well signed

TrustedListInformation ( ServiceInfo ts ) : System

The default constructor for TrustedListInformation.

The default constructor for TrustedListInformation.

Method Details

GetCurrentStatus() public method

public GetCurrentStatus ( ) : string
return string

GetCurrentStatusStartingDate() public method

public GetCurrentStatusStartingDate ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
return Org.BouncyCastle.Utilities.Date.DateTimeObject

GetQualitificationElements() public method

Return the list of condition associated to this service
public GetQualitificationElements ( ) : IList
return IList

GetServiceName() public method

public GetServiceName ( ) : string
return string

GetServiceType() public method

public GetServiceType ( ) : string
return string

GetStatusAtReferenceTime() public method

public GetStatusAtReferenceTime ( ) : string
return string

GetStatusStartingDateAtReferenceTime() public method

public GetStatusStartingDateAtReferenceTime ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
return Org.BouncyCastle.Utilities.Date.DateTimeObject

GetTSPElectronicAddress() public method

public GetTSPElectronicAddress ( ) : string
return string

GetTSPName() public method

public GetTSPName ( ) : string
return string

GetTSPPostalAddress() public method

public GetTSPPostalAddress ( ) : string
return string

GetTSPTradeName() public method

public GetTSPTradeName ( ) : string
return string

IsServiceWasFound() public method

public IsServiceWasFound ( ) : bool
return bool

IsWellSigned() public method

Is the Trusted List well signed
public IsWellSigned ( ) : bool
return bool

TrustedListInformation() public method

The default constructor for TrustedListInformation.
The default constructor for TrustedListInformation.
public TrustedListInformation ( ServiceInfo ts ) : System
ts EU.Europa.EC.Markt.Dss.Validation.Tsl.ServiceInfo
return System