Table of Contents

Class CertificateSources

Namespace
iText.Signatures.Validation.V1.Context
Assembly
itext.sign.dll

Container class, which contains set of single CertificateSource values.

public class CertificateSources
Inheritance
CertificateSources
Inherited Members

Methods

All()

Creates CertificateSources containing all CertificateSource values.

public static CertificateSources All()

Returns

CertificateSources

CertificateSources container containing all CertificateSource values

ComplementOf(CertificateSources)

Creates CertificateSources containing all the elements of this type that are not contained in the specified set.

public static CertificateSources ComplementOf(CertificateSources other)

Parameters

other CertificateSources

another CertificateSources from whose complement to initialize this container

Returns

CertificateSources

the complement of the specified CertificateSources.

GetSet()

Gets encapsulated iText.Commons.Utils.Collections.EnumSet<> containing CertificateSource elements.

public virtual EnumSet<CertificateSource> GetSet()

Returns

EnumSet<CertificateSource>

encapsulated iText.Commons.Utils.Collections.EnumSet<> containing CertificateSource elements

Of(CertificateSource, params CertificateSource[])

Creates CertificateSources container from several CertificateSource values.

public static CertificateSources Of(CertificateSource first, params CertificateSource[] rest)

Parameters

first CertificateSource

an element that the set is to contain initially

rest CertificateSource[]

the remaining elements the set is to contain

Returns

CertificateSources

CertificateSources container, containing provided elements