Filters

class Filters

This structure can be used in the ListCertificates action to filter the output of the certificate list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify one or more ExtendedKeyUsage extension values.

Link copied to clipboard

Specify one or more algorithms that can be used to generate key pairs.

Link copied to clipboard

Specify one or more KeyUsage extension values.

Functions

Link copied to clipboard
inline fun copy(block: Filters.Builder.() -> Unit = {}): Filters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String