CertificateFilterStatement

A filter statement used to search for certificates. Can contain AND, OR, NOT logical operators or a single filter.

Inheritors

Types

Link copied to clipboard

A list of filter statements that must all be true.

Link copied to clipboard

A single certificate filter.

Link copied to clipboard

A filter statement that must not be true.

Link copied to clipboard

A list of filter statements where at least one must be true.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this CertificateFilterStatement as a And and retrieves its kotlin.collections.List value. Throws an exception if the CertificateFilterStatement is not a And.

Link copied to clipboard

Casts this CertificateFilterStatement as a And and retrieves its kotlin.collections.List value. Returns null if the CertificateFilterStatement is not a And.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this CertificateFilterStatement as a Or and retrieves its kotlin.collections.List value. Throws an exception if the CertificateFilterStatement is not a Or.

Link copied to clipboard

Casts this CertificateFilterStatement as a Or and retrieves its kotlin.collections.List value. Returns null if the CertificateFilterStatement is not a Or.