es.gob.afirma.envelopers.cms.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of afirma-crypto-cms-enveloper Show documentation
Show all versions of afirma-crypto-cms-enveloper Show documentation
Modulo para la generacion de sobres digitales (Envolturas CMS/PKCS#7)
The newest version!
/* Copyright (C) 2011 [Gobierno de Espana]
* This file is part of "Cliente @Firma".
* "Cliente @Firma" is free software; you can redistribute it and/or modify it under the terms of:
* - the GNU General Public License as published by the Free Software Foundation;
* either version 2 of the License, or (at your option) any later version.
* - or The European Software License; either version 1.1 or (at your option) any later version.
* You may contact the copyright holder at: [email protected]
*/
/**
* Módulo de generación de sobres digitales en formato CMS.
* Tipos de sobres digitales soportados:
*
* - AuthenticatedData
* - AuthenticatedAndEnvelopedData
* - CompressedData
* - Data
* - DigestedData
* - EncryptedData
* - EnvelopedData
* - SignedAndEvelopedData
*
*
* Este módulo presenta las siguientes dependencias directas de primer nivel:
*
* - Dependencia con el módulo Núcleo (afirma-core) del Cliente.
* - Dependencia con el módulo PKCS#7 (afirma-crypto-core-pkcs7) del Cliente.
* - Dependencia con el módulo CMS (afirma-crypto-cms) del Cliente.
* - Dependencia con SpongyCastle 1.54 o superior (Proveedor + Mail).
*
*
* Este módulo es compatible con cualquier entorno JSE 1.6 o superior.
*
* Desde este módulo no se realizan llamadas a interfaces gráficas.
*/
package es.gob.afirma.envelopers.cms;