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

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

Introduction

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

The text is from its open source code.

Constructor

Method

SignerInfoGeneratorbuild(ContentSigner contentSigner, X509CertificateHolder certHolder)
SignerInfoGeneratorbuild(ContentSigner contentSigner, byte[] keyIdentifier)
SignerInfoGeneratorbuild(ContentSigner contentSigner, X509Certificate certificate)
JcaSignerInfoGeneratorBuildersetDirectSignature(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.
JcaSignerInfoGeneratorBuildersetSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSignerInfoGeneratorBuildersetUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)