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

Factory used to create the AIACertificateSource
Inheritance: CertificateSourceFactory
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
CreateAIACertificateSource ( X509Certificate certificate ) : CertificateSource
SetHttpDataLoader ( HTTPDataLoader httpDataLoader ) : void

Method Details

CreateAIACertificateSource() public méthode

public CreateAIACertificateSource ( X509Certificate certificate ) : CertificateSource
certificate X509Certificate
Résultat CertificateSource

SetHttpDataLoader() public méthode

public SetHttpDataLoader ( HTTPDataLoader httpDataLoader ) : void
httpDataLoader HTTPDataLoader the httpDataLoader to set
Résultat void