Uses of Interface
org.bouncycastle.cms.CMSAttributeTableGenerator
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce |
-
Uses of CMSAttributeTableGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSAttributeTableGenerator Modifier and Type Class Description classDefaultSignedAttributeTableGeneratorDefault signed attributes generator.classSimpleAttributeTableGeneratorBasic generator that just returns a preconstructed attribute tableMethods in org.bouncycastle.cms that return CMSAttributeTableGenerator Modifier and Type Method Description CMSAttributeTableGeneratorSignerInfoGenerator. getSignedAttributeTableGenerator()CMSAttributeTableGeneratorSignerInfoGenerator. getUnsignedAttributeTableGenerator()Methods in org.bouncycastle.cms with parameters of type CMSAttributeTableGenerator Modifier and Type Method Description voidCMSSignedDataGenerator. addSigner(PrivateKey key, byte[] subjectKeyID, String encryptionOID, String digestOID, CMSAttributeTableGenerator signedAttrGen, CMSAttributeTableGenerator unsignedAttrGen)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, byte[] subjectKeyID, String digestOID, CMSAttributeTableGenerator signedAttrGen, CMSAttributeTableGenerator unsignedAttrGen)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, X509Certificate cert, String encryptionOID, String digestOID, CMSAttributeTableGenerator signedAttrGen, CMSAttributeTableGenerator unsignedAttrGen)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, X509Certificate cert, String digestOID, CMSAttributeTableGenerator signedAttrGen, CMSAttributeTableGenerator unsignedAttrGen)Deprecated.use addSignerInfoGeneratorSignerInfoGeneratorBuilderSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)Provide a custom signed attribute generator.SignerInfoGeneratorBuilderSignerInfoGeneratorBuilder. 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 JcaSignerInfoGeneratorBuilderJcaSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)JcaSignerInfoGeneratorBuilderJcaSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)