Example usage for org.bouncycastle.cms CMSProcessable interface-usage

List of usage examples for org.bouncycastle.cms CMSProcessable interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.cms CMSProcessable interface-usage.

Usage

From source file com.aaasec.sigserv.csspsupport.pdfbox.CreateSignature.java

/**
 * Wrap a InputStream into a CMSProcessable object for bouncy castle. It's an
 * alternative to the CMSProcessableByteArray.
 *
 * @author Thomas Chojecki
 *

From source file io.aos.crypto.spl09.CMSProcessableFile.java

/**
 * CMSProcessable that handles File objects.
 */
public class CMSProcessableFile implements CMSProcessable {
    private File file;
    private static final int BUF_SIZE = 4096;