Package org.bouncycastle.cms
Interface CMSAttributeTableGenerator
- All Known Implementing Classes:
DefaultSignedAttributeTableGenerator,SimpleAttributeTableGenerator
public interface CMSAttributeTableGenerator
Note: The SIGNATURE parameter is only available when generating unsigned attributes.
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_TYPEstatic StringDIGESTstatic StringDIGEST_ALGORITHM_IDENTIFIERstatic StringSIGNATURE -
Method Summary
Modifier and Type Method Description AttributeTablegetAttributes(Map parameters)
-
Field Details
-
CONTENT_TYPE
- See Also:
- Constant Field Values
-
DIGEST
- See Also:
- Constant Field Values
-
SIGNATURE
- See Also:
- Constant Field Values
-
DIGEST_ALGORITHM_IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Details
-
getAttributes
-