Table of Contents

Class SignerInfoGenerator

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
public class SignerInfoGenerator
Inheritance
SignerInfoGenerator
Inherited Members

Properties

Certificate

public X509Certificate Certificate { get; }

Property Value

X509Certificate

GeneratedVersion

public int GeneratedVersion { get; }

Property Value

int

SignatureFactory

public ISignatureFactory SignatureFactory { get; }

Property Value

ISignatureFactory

SignedAttributeTableGenerator

public CmsAttributeTableGenerator SignedAttributeTableGenerator { get; }

Property Value

CmsAttributeTableGenerator

SignerID

public SignerIdentifier SignerID { get; }

Property Value

SignerIdentifier

UnsignedAttributeTableGenerator

public CmsAttributeTableGenerator UnsignedAttributeTableGenerator { get; }

Property Value

CmsAttributeTableGenerator

Methods

NewBuilder()

public SignerInfoGeneratorBuilder NewBuilder()

Returns

SignerInfoGeneratorBuilder