Example usage for org.bouncycastle.cms CMSSignedGenerator subclass-usage

List of usage examples for org.bouncycastle.cms CMSSignedGenerator subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.cms CMSSignedGenerator subclass-usage.

Usage

From source file org.votingsystem.signature.dnie.DNIePDFContentSigner.java

/**
* License: https://github.com/votingsystem/votingsystem/wiki/Licencia
*/
public class DNIePDFContentSigner extends CMSSignedGenerator implements ContentSignerVS {

    private static Logger log = Logger.getLogger(DNIePDFContentSigner.class.getSimpleName());

From source file org.votingsystem.signature.util.PDFContentSigner.java

/**
* License: https://github.com/votingsystem/votingsystem/wiki/Licencia
*/
public class PDFContentSigner extends CMSSignedGenerator implements ContentSignerVS {

    private static Logger log = Logger.getLogger(PDFContentSigner.class.getSimpleName());