org.bouncycastle.cms

Interface CMSAttributeTableGenerator

public interface CMSAttributeTableGenerator

Note: The SIGNATURE parameter is only available when generating unsigned attributes.
Field Summary
static StringCONTENT_TYPE
static StringDIGEST
static StringDIGEST_ALGORITHM_IDENTIFIER
static StringSIGNATURE
Method Summary
AttributeTablegetAttributes(Map parameters)

Field Detail

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 Detail

getAttributes

public AttributeTable getAttributes(Map parameters)