public final class CertificateSources extends Object
CertificateSource values.| Modifier and Type | Method and Description |
|---|---|
static CertificateSources |
all()
Creates
CertificateSources containing all CertificateSource values. |
static CertificateSources |
complementOf(CertificateSources other)
Creates
CertificateSources containing all the elements of this type
that are not contained in the specified set. |
EnumSet<CertificateSource> |
getSet()
Gets encapsulated
EnumSet containing CertificateSource elements. |
static CertificateSources |
of(CertificateSource first,
CertificateSource... rest)
Creates
CertificateSources container from several CertificateSource values. |
public static CertificateSources of(CertificateSource first, CertificateSource... rest)
CertificateSources container from several CertificateSource values.first - an element that the set is to contain initiallyrest - the remaining elements the set is to containCertificateSources container, containing provided elementspublic static CertificateSources all()
CertificateSources containing all CertificateSource values.CertificateSources container containing all CertificateSource valuespublic static CertificateSources complementOf(CertificateSources other)
CertificateSources containing all the elements of this type
that are not contained in the specified set.other - another CertificateSources from whose complement to initialize this containerCertificateSources.public EnumSet<CertificateSource> getSet()
EnumSet containing CertificateSource elements.EnumSet containing CertificateSource elementsCopyright © 1998–2024 Apryse Group NV. All rights reserved.