org.bouncycastle.cms

Interface CMSAttributeTableGenerator

Known Implementing Classes:
DefaultSignedAttributeTableGenerator, SimpleAttributeTableGenerator

public interface CMSAttributeTableGenerator

Note: The SIGNATURE parameter is only available when generating unsigned attributes.

Field Summary

static String
CONTENT_TYPE
static String
DIGEST
static String
DIGEST_ALGORITHM_IDENTIFIER
static String
SIGNATURE

Method Summary

AttributeTable
getAttributes(Map parameters)

Field Details

CONTENT_TYPE

public static final String CONTENT_TYPE

DIGEST

public static final String DIGEST

DIGEST_ALGORITHM_IDENTIFIER

public static final String DIGEST_ALGORITHM_IDENTIFIER

SIGNATURE

public static final String SIGNATURE

Method Details

getAttributes

public AttributeTable getAttributes(Map parameters)
            throws CMSAttributeTableGenerationException