Package org.bouncycastle.cms
Class CMSAuthenticatedGenerator
- java.lang.Object
 - 
- org.bouncycastle.cms.CMSEnvelopedGenerator
 - 
- org.bouncycastle.cms.CMSAuthenticatedGenerator
 
 
 
- 
- Direct Known Subclasses:
 CMSAuthenticatedDataGenerator,CMSAuthenticatedDataStreamGenerator
public class CMSAuthenticatedGenerator extends CMSEnvelopedGenerator
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected CMSAttributeTableGeneratorauthGenprotected CMSAttributeTableGeneratorunauthGen- 
Fields inherited from class org.bouncycastle.cms.CMSEnvelopedGenerator
AES128_CBC, AES128_WRAP, AES192_CBC, AES192_WRAP, AES256_CBC, AES256_WRAP, CAMELLIA128_CBC, CAMELLIA128_WRAP, CAMELLIA192_CBC, CAMELLIA192_WRAP, CAMELLIA256_CBC, CAMELLIA256_WRAP, CAST5_CBC, DES_EDE3_CBC, DES_EDE3_WRAP, ECDH_SHA1KDF, ECMQV_SHA1KDF, IDEA_CBC, originatorInfo, RC2_CBC, SEED_CBC, SEED_WRAP, unprotectedAttributeGenerator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CMSAuthenticatedGenerator()base constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.MapgetBaseParameters(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgId, byte[] hash)voidsetAuthenticatedAttributeGenerator(CMSAttributeTableGenerator authGen)voidsetUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthGen)- 
Methods inherited from class org.bouncycastle.cms.CMSEnvelopedGenerator
addRecipientInfoGenerator, setOriginatorInfo, setUnprotectedAttributeGenerator 
 - 
 
 - 
 
- 
- 
Field Detail
- 
authGen
protected CMSAttributeTableGenerator authGen
 
- 
unauthGen
protected CMSAttributeTableGenerator unauthGen
 
 - 
 
- 
Method Detail
- 
setAuthenticatedAttributeGenerator
public void setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator authGen)
 
- 
setUnauthenticatedAttributeGenerator
public void setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator unauthGen)
 
- 
getBaseParameters
protected java.util.Map getBaseParameters(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgId, byte[] hash) 
 - 
 
 -