Package org.bouncycastle.cms
Class SimpleAttributeTableGenerator
- java.lang.Object
-
- org.bouncycastle.cms.SimpleAttributeTableGenerator
-
- All Implemented Interfaces:
CMSAttributeTableGenerator
public class SimpleAttributeTableGenerator extends java.lang.Object implements 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
Constructors Constructor Description SimpleAttributeTableGenerator(org.bouncycastle.asn1.cms.AttributeTable attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.AttributeTable
getAttributes(java.util.Map parameters)
-
-
-
Method Detail
-
getAttributes
public org.bouncycastle.asn1.cms.AttributeTable getAttributes(java.util.Map parameters)
- Specified by:
getAttributes
in interfaceCMSAttributeTableGenerator
-
-