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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthenticatedAttributeTableGenerator
Default authenticated attributes generator.
|
class |
DefaultSignedAttributeTableGenerator
Default signed attributes generator.
|
class |
SimpleAttributeTableGenerator
Basic generator that just returns a preconstructed attribute table
|
Modifier and Type | Field and Description |
---|---|
protected CMSAttributeTableGenerator |
CMSAuthenticatedGenerator.authGen |
protected CMSAttributeTableGenerator |
CMSAuthenticatedGenerator.unauthGen |
protected CMSAttributeTableGenerator |
CMSEncryptedGenerator.unprotectedAttributeGenerator |
protected CMSAttributeTableGenerator |
CMSEnvelopedGenerator.unprotectedAttributeGenerator |
Modifier and Type | Method and Description |
---|---|
CMSAttributeTableGenerator |
SignerInfoGenerator.getSignedAttributeTableGenerator() |
CMSAttributeTableGenerator |
SignerInfoGenerator.getUnsignedAttributeTableGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
CMSAuthenticatedGenerator.setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator authGen) |
SignerInfoGeneratorBuilder |
SignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
Provide a custom signed attribute generator.
|
void |
CMSAuthenticatedGenerator.setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthGen) |
void |
CMSEncryptedGenerator.setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator) |
void |
CMSEnvelopedGenerator.setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator) |
SignerInfoGeneratorBuilder |
SignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
Provide a generator of unsigned attributes.
|
Constructor and Description |
---|
SignerInfoGenerator(SignerInfoGenerator original,
CMSAttributeTableGenerator sAttrGen,
CMSAttributeTableGenerator unsAttrGen) |
Modifier and Type | Method and Description |
---|---|
JcaSimpleSignerInfoGeneratorBuilder |
JcaSimpleSignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) |
JcaSignerInfoGeneratorBuilder |
JcaSignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) |
JcaSimpleSignerInfoGeneratorBuilder |
JcaSimpleSignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) |
JcaSignerInfoGeneratorBuilder |
JcaSignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) |
Copyright © 2018 BouncyCastle.org. All rights reserved.