C# Class EU.Europa.EC.Markt.Dss.Validation.Certificate.AIACertificateFactoryImpl

Factory used to create the AIACertificateSource
Inheritance: CertificateSourceFactory
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
CreateAIACertificateSource ( X509Certificate certificate ) : CertificateSource
SetHttpDataLoader ( HTTPDataLoader httpDataLoader ) : void

Method Details

CreateAIACertificateSource() public method

public CreateAIACertificateSource ( X509Certificate certificate ) : CertificateSource
certificate X509Certificate
return CertificateSource

SetHttpDataLoader() public method

public SetHttpDataLoader ( HTTPDataLoader httpDataLoader ) : void
httpDataLoader HTTPDataLoader the httpDataLoader to set
return void