Uses of Interface
org.bouncycastle.cms.CMSAttributeTableGenerator
Packages that use CMSAttributeTableGenerator
-
Uses of CMSAttributeTableGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSAttributeTableGeneratorModifier and TypeClassDescriptionclassDefault authenticated attributes generator.classDefault signed attributes generator.classBasic generator that just returns a preconstructed attribute tableFields in org.bouncycastle.cms declared as CMSAttributeTableGeneratorModifier and TypeFieldDescriptionprotected CMSAttributeTableGeneratorCMSAuthEnvelopedGenerator.authAttrsGeneratorprotected CMSAttributeTableGeneratorCMSAuthenticatedGenerator.authGenprotected CMSAttributeTableGeneratorCMSAuthEnvelopedGenerator.unauthAttrsGeneratorprotected CMSAttributeTableGeneratorCMSAuthenticatedGenerator.unauthGenprotected CMSAttributeTableGeneratorCMSEncryptedGenerator.unprotectedAttributeGeneratorprotected CMSAttributeTableGeneratorCMSEnvelopedGenerator.unprotectedAttributeGeneratorMethods in org.bouncycastle.cms that return CMSAttributeTableGeneratorModifier and TypeMethodDescriptionSignerInfoGenerator.getSignedAttributeTableGenerator()SignerInfoGenerator.getUnsignedAttributeTableGenerator()Methods in org.bouncycastle.cms with parameters of type CMSAttributeTableGeneratorModifier and TypeMethodDescriptionvoidCMSAuthenticatedGenerator.setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator authGen) voidCMSAuthEnvelopedGenerator.setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator protectedAttributeGenerator) SignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) Provide a custom signed attribute generator.voidCMSAuthenticatedGenerator.setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthGen) voidCMSAuthEnvelopedGenerator.setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthenticatedAttributeGenerator) voidCMSEncryptedGenerator.setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator) voidCMSEnvelopedGenerator.setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator) SignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) Provide a generator of unsigned attributes.Constructors in org.bouncycastle.cms with parameters of type CMSAttributeTableGeneratorModifierConstructorDescriptionSignerInfoGenerator(SignerInfoGenerator original, CMSAttributeTableGenerator sAttrGen, CMSAttributeTableGenerator unsAttrGen) -
Uses of CMSAttributeTableGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type CMSAttributeTableGeneratorModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) JcaSimpleSignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) JcaSignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) JcaSimpleSignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) -
Uses of CMSAttributeTableGenerator in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type CMSAttributeTableGeneratorModifier and TypeMethodDescriptionSMIMEEnvelopedWriter.Builder.setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)