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 Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE
static String
DIGEST
static String
DIGEST_ALGORITHM_IDENTIFIER
static String
MAC_ALGORITHM_IDENTIFIER
static String
SIGNATURE
static String
SIGNATURE_ALGORITHM_IDENTIFIER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.AttributeTable
getAttributes(Map parameters)
-
-
-
Field Detail
-
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
DIGEST
static final String DIGEST
- See Also:
- Constant Field Values
-
SIGNATURE
static final String SIGNATURE
- See Also:
- Constant Field Values
-
DIGEST_ALGORITHM_IDENTIFIER
static final String DIGEST_ALGORITHM_IDENTIFIER
- See Also:
- Constant Field Values
-
MAC_ALGORITHM_IDENTIFIER
static final String MAC_ALGORITHM_IDENTIFIER
- See Also:
- Constant Field Values
-
SIGNATURE_ALGORITHM_IDENTIFIER
static final String SIGNATURE_ALGORITHM_IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttributes
org.bouncycastle.asn1.cms.AttributeTable getAttributes(Map parameters) throws CMSAttributeTableGenerationException
-
-