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

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

Introduction

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

The text is from its open source code.

Constructor

Method

SignerInfoGeneratorbuild(ContentSigner contentSigner, X509CertificateHolder certHolder)
Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.
SignerInfoGeneratorbuild(ContentSigner contentSigner, byte[] subjectKeyIdentifier)
Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.
SignerInfoGeneratorBuildersetSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
Provide a custom signed attribute generator.
SignerInfoGeneratorBuildersetUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
Provide a generator of unsigned attributes.