Table of Contents

Class X509ExtensionsGenerator

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class X509ExtensionsGenerator
Inheritance
X509ExtensionsGenerator
Inherited Members

Constructors

X509ExtensionsGenerator()

public X509ExtensionsGenerator()

Properties

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Methods

AddExtension(DerObjectIdentifier, bool, Asn1Encodable)

public void AddExtension(DerObjectIdentifier oid, bool critical, Asn1Encodable extValue)

Parameters

oid DerObjectIdentifier
critical bool
extValue Asn1Encodable

AddExtension(DerObjectIdentifier, bool, byte[])

public void AddExtension(DerObjectIdentifier oid, bool critical, byte[] extValue)

Parameters

oid DerObjectIdentifier
critical bool
extValue byte[]

Generate()

public X509Extensions Generate()

Returns

X509Extensions

Reset()

public void Reset()