iText 8.0.5 API
iText.Signatures.Validation.V1.Context.CertificateSources Class Reference

Container class, which contains set of single CertificateSource values. More...

Public Member Functions

virtual EnumSet< CertificateSource GetSet ()
  Gets encapsulated EnumSet containing CertificateSource elements. More...
 

Static Public Member Functions

static CertificateSources  Of (CertificateSource first, params CertificateSource[] rest)
  Creates CertificateSources container from several CertificateSource values. More...
 
static CertificateSources  All ()
  Creates CertificateSources containing all CertificateSource values. More...
 
static CertificateSources  ComplementOf (CertificateSources other)
  Creates CertificateSources containing all the elements of this type that are not contained in the specified set. More...
 

Detailed Description

Container class, which contains set of single CertificateSource values.

Member Function Documentation

◆ All()

static CertificateSources iText.Signatures.Validation.V1.Context.CertificateSources.All ( )
inlinestatic

Creates CertificateSources containing all CertificateSource values.

Returns

CertificateSources container containing all CertificateSource values

◆ ComplementOf()

static CertificateSources iText.Signatures.Validation.V1.Context.CertificateSources.ComplementOf ( CertificateSources  other )
inlinestatic

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

Parameters
other another CertificateSources from whose complement to initialize this container
Returns
the complement of the specified CertificateSources.

◆ GetSet()

virtual EnumSet<CertificateSource> iText.Signatures.Validation.V1.Context.CertificateSources.GetSet ( )
inlinevirtual

Gets encapsulated EnumSet containing CertificateSource elements.

Returns
encapsulated EnumSet containing CertificateSource elements

◆ Of()

static CertificateSources iText.Signatures.Validation.V1.Context.CertificateSources.Of ( CertificateSource  first,
params CertificateSource[]  rest 
)
inlinestatic

Creates CertificateSources container from several CertificateSource values.

Parameters
first an element that the set is to contain initially
rest the remaining elements the set is to contain
Returns

CertificateSources container, containing provided elements