Filters class
This structure can be used in the ListCertificates action to filter the output of the certificate list.
Constructors
-
Filters({List<
ExtendedKeyUsageName> ? extendedKeyUsage, List<KeyAlgorithm> ? keyTypes, List<KeyUsageName> ? keyUsage})
Properties
-
extendedKeyUsage
→ List<
ExtendedKeyUsageName> ? -
Specify one or more ExtendedKeyUsage extension values.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyTypes
→ List<
KeyAlgorithm> ? -
Specify one or more algorithms that can be used to generate key pairs.
final
-
keyUsage
→ List<
KeyUsageName> ? -
Specify one or more KeyUsage extension values.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited