public interface

CMSAttributeTableGenerator

org.bouncycastle.cms.CMSAttributeTableGenerator
Known Indirect Subclasses

Class Overview

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

Summary

Constants
String CONTENT_TYPE
String DIGEST
String DIGEST_ALGORITHM_IDENTIFIER
String SIGNATURE
Public Methods
abstract AttributeTable getAttributes(Map parameters)

Constants

public static final String CONTENT_TYPE

Constant Value: "contentType"

public static final String DIGEST

Constant Value: "digest"

public static final String DIGEST_ALGORITHM_IDENTIFIER

Constant Value: "digestAlgID"

public static final String SIGNATURE

Constant Value: "encryptedDigest"

Public Methods

public abstract AttributeTable getAttributes (Map parameters)