Package org.bouncycastle.cms
Class SimpleAttributeTableGenerator
java.lang.Object
org.bouncycastle.cms.SimpleAttributeTableGenerator
- All Implemented Interfaces:
CMSAttributeTableGenerator
Basic generator that just returns a preconstructed attribute table
-
Field Summary
Fields inherited from interface org.bouncycastle.cms.CMSAttributeTableGenerator
CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, MAC_ALGORITHM_IDENTIFIER, SIGNATURE, SIGNATURE_ALGORITHM_IDENTIFIER
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleAttributeTableGenerator
(org.bouncycastle.asn1.cms.AttributeTable attributes) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cms.AttributeTable
getAttributes
(Map parameters)
-
Constructor Details
-
SimpleAttributeTableGenerator
public SimpleAttributeTableGenerator(org.bouncycastle.asn1.cms.AttributeTable attributes)
-
-
Method Details
-
getAttributes
- Specified by:
getAttributes
in interfaceCMSAttributeTableGenerator
-