Package org.bouncycastle.cms
Interface CMSAttributeTableGenerator
- All Known Implementing Classes:
DefaultAuthenticatedAttributeTableGenerator
,DefaultSignedAttributeTableGenerator
,SimpleAttributeTableGenerator
public interface CMSAttributeTableGenerator
Note: The SIGNATURE parameter is only available when generating unsigned attributes.
-
Field Details
-
CONTENT_TYPE
- See Also:
-
DIGEST
- See Also:
-
SIGNATURE
- See Also:
-
DIGEST_ALGORITHM_IDENTIFIER
- See Also:
-
MAC_ALGORITHM_IDENTIFIER
- See Also:
-
SIGNATURE_ALGORITHM_IDENTIFIER
- See Also:
-
-
Method Details
-
getAttributes
org.bouncycastle.asn1.cms.AttributeTable getAttributes(Map parameters) throws CMSAttributeTableGenerationException
-