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

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

Introduction

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

Usage

From source file org.dihedron.crypto.operations.sign.pkcs7.PKCS7AttributeTableGenerator.java

/**
 * @author Andrea Funto'
 */
@License
public class PKCS7AttributeTableGenerator extends DefaultSignedAttributeTableGenerator {

From source file org.signserver.module.tsa.OptionalSigningTimeSignedAttributeTableGenerator.java

/**
 * Implementation of a signed CMS attibute table generator with
 * the ability to exclude the signingTime attribute.
 * 
 * @author Marcus Lundblad
 * @version $Id: OptionalSigningTimeSignedAttributeTableGenerator.java 3591 2013-06-27 06:19:50Z malu9369 $