Java org.bouncycastle.cms.jcajce JcaSimpleSignerInfoGeneratorBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms.jcajce JcaSimpleSignerInfoGeneratorBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms.jcajce JcaSimpleSignerInfoGeneratorBuilder.

The text is from its open source code.

Constructor

Method

SignerInfoGeneratorbuild(String algorithmName, PrivateKey privateKey, X509CertificateHolder certificate)
SignerInfoGeneratorbuild(String algorithmName, PrivateKey privateKey, X509Certificate certificate)
SignerInfoGeneratorbuild(String algorithmName, PrivateKey privateKey, byte[] keyIdentifier)
JcaSimpleSignerInfoGeneratorBuildersetDirectSignature(boolean hasNoSignedAttributes)
If the passed in flag is true, the signer signature will be based on the data, not a collection of signed attributes, and no signed attributes will be included.
JcaSimpleSignerInfoGeneratorBuildersetProvider(String providerName)
JcaSimpleSignerInfoGeneratorBuildersetProvider(Provider provider)
JcaSimpleSignerInfoGeneratorBuildersetSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSimpleSignerInfoGeneratorBuildersetSignedAttributeGenerator(AttributeTable attrTable)
set up a DefaultSignedAttributeTableGenerator primed with the passed in AttributeTable.
JcaSimpleSignerInfoGeneratorBuildersetUnsignedAttributeGenerator( CMSAttributeTableGenerator unsignedGen)