Uses of Interface
org.bouncycastle.cms.CMSAttributeTableGenerator
-
Packages that use CMSAttributeTableGenerator Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.mime.smime -
-
Uses of CMSAttributeTableGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSAttributeTableGenerator Modifier and Type Class Description class
DefaultAuthenticatedAttributeTableGenerator
Default authenticated attributes generator.class
DefaultSignedAttributeTableGenerator
Default signed attributes generator.class
SimpleAttributeTableGenerator
Basic generator that just returns a preconstructed attribute tableFields in org.bouncycastle.cms declared as CMSAttributeTableGenerator Modifier and Type Field Description protected CMSAttributeTableGenerator
CMSAuthEnvelopedGenerator. authAttrsGenerator
protected CMSAttributeTableGenerator
CMSAuthenticatedGenerator. authGen
protected CMSAttributeTableGenerator
CMSAuthEnvelopedGenerator. unauthAttrsGenerator
protected CMSAttributeTableGenerator
CMSAuthenticatedGenerator. unauthGen
protected CMSAttributeTableGenerator
CMSEncryptedGenerator. unprotectedAttributeGenerator
protected CMSAttributeTableGenerator
CMSEnvelopedGenerator. unprotectedAttributeGenerator
Methods in org.bouncycastle.cms that return CMSAttributeTableGenerator Modifier and Type Method Description CMSAttributeTableGenerator
SignerInfoGenerator. getSignedAttributeTableGenerator()
CMSAttributeTableGenerator
SignerInfoGenerator. getUnsignedAttributeTableGenerator()
Methods in org.bouncycastle.cms with parameters of type CMSAttributeTableGenerator Modifier and Type Method Description void
CMSAuthenticatedGenerator. setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator authGen)
void
CMSAuthEnvelopedGenerator. setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator protectedAttributeGenerator)
SignerInfoGeneratorBuilder
SignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
Provide a custom signed attribute generator.void
CMSAuthenticatedGenerator. setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthGen)
void
CMSAuthEnvelopedGenerator. setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthenticatedAttributeGenerator)
void
CMSEncryptedGenerator. setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)
void
CMSEnvelopedGenerator. setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)
SignerInfoGeneratorBuilder
SignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
Provide a generator of unsigned attributes.Constructors in org.bouncycastle.cms with parameters of type CMSAttributeTableGenerator Constructor Description SignerInfoGenerator(SignerInfoGenerator original, CMSAttributeTableGenerator sAttrGen, CMSAttributeTableGenerator unsAttrGen)
-
Uses of CMSAttributeTableGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type CMSAttributeTableGenerator Modifier and Type Method Description JcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
-
Uses of CMSAttributeTableGenerator in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type CMSAttributeTableGenerator Modifier and Type Method Description SMIMEEnvelopedWriter.Builder
SMIMEEnvelopedWriter.Builder. setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)
-