Hata mesajı

  • Belirtilen temporary://fileDD2uLT dosya kopyalanamadı, hedef dizin gerekli şekilde yapılandırılmamış. Bu dosya ya da dizin izinleri ile ilgili bir sorundan kaynaklanıyor olabilir. Daha fazla bilgi için sistem günlüğüne bakabilirsiniz.
  • Belirtilen temporary://file6pBm42 dosya kopyalanamadı, hedef dizin gerekli şekilde yapılandırılmamış. Bu dosya ya da dizin izinleri ile ilgili bir sorundan kaynaklanıyor olabilir. Daha fazla bilgi için sistem günlüğüne bakabilirsiniz.

Electronic Signature Libraries


Sürüm Geçmişi

PRODUCTSVERSIONSDATEDESCRIPTIONDOWNLOAD
MA3 E-Signature Library Java (CAdES + XAdES) 2.0.2 02.10.2013 Version Changes

Download

  2.0.1 29.08.2013    
  2.0.0 06.08.2013 First Version  
         
MA3 E-Signature Library .Net (CAdES + XAdES) 2.0.2 02.10.2013 First Version Download
         
MA3 E-Signature Library Java (CADES) 1.4.10 21.01.2013 Version Changes

 

  1.4.4 17.08.2012    
  1.4.2 06.08.2012    
  1.3.13 21.06.2012 -- --
  1.3.10 26.04.2012 -- --
  1.0.11 31.01.2012 --  --
  1.0.10 09.12.2011 -- --
  1.0.9 26.08.2011 -- --
  1.0.6 07.04.2011 Published first version --
MA3 E-Signature Library .Net (CADES) 1.4.12 19.02.2013 Version Changes  
  1.4.7 23.10.2012    
  1.4.4 17.08.2012    
  1.4.3 09.08.2012    
  1.3.14 05.07.2012    
  1.3.11 31.05.2012 -- --
  1.0.13 06.03.2012 -- --
  1.0.12 17.02.2012 -- --
  1.0.11 06.02.2012 -- --
  1.0.10 09.01.2012 -- --
  1.0.9 29.09.2011 -- --
  1.0.7 15.06.2011 -- --
  1.0.6 07.04.2011 Published first version --
MA3 E-Signature Library Java (XADES) 1.4.13 22.02.2013 Version Changes  
  1.4.8 16.11.2012    
  1.4.4 17.08.2012    
  1.4.1 03.08.2012    
  1.3.11 31.05.2012    
  1.3.9 20.04.2012 -- --
  1.1.15 09.03.2012 -- --
  1.1.14 24.01.2012 -- --
  1.1.13 18.08.2011 -- --
  1.1.12 21.07.2011 -- --
  1.1.11 13.07.2011 Published first version --
MA3 E-Signature Library .Net (XADES) 1.4.15 08.03.2013 Version Changes  
  1.4.8 29.01.2013    
  Beta-0.5 23.01.2013    
  Beta-0.4 04.01.2013    
  Beta-0.3 02.01.2013    
  Beta-0.2 19.12.2012    
  Beta-0.1 30.11.2012    

Delphi Integration Code

1.0 21.12.2012 Usage Report Download

System Requirements

PRODUCTSREQUIREMENTS

MA3 E-signature Library Java (CADES)

MA3 E-signature Library Java (XADES)

Java Runtime JRE 1.6 or above
MA3 E-signature Library .Net (CADES)

Software Requirements

 1) Microsoft Visual C++ 2008 or above x86/x64 Redistributable

2) Microsoft .NET Framework 3.5 or above (x86/x64)

 For development environment:

 1) SQLite is used for Certificate Store. SQLite provider must be defined in app.config of .NET application.

To achive this in app.config file below code must be added:

 <configuration>

  <system.data>

    <DbProviderFactories>

      <remove invariant="System.Data.SQLite"/>

      <add name="SQLite Data Provider" invariant="System.Data.SQLite"

    description=".Net Framework Data Provider for SQLite"

    type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />

    </DbProviderFactories>

  </system.data>

</configuration>

 2) In project "Properties" > "Application" > "Target Framework" setting should be ".NET Framework 3.5" or above.