ServerSideSortRequestControl class

Inheritance

Constructors

ServerSideSortRequestControl(List<SortKey> sortKeys)

Properties

hashCode int
The hash code for this object.
no setterinherited
isCritical bool
getter/setter pairinherited
oid String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortKeys List<SortKey>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
octetString2Sequence(ASN1OctetString s) → ASN1Sequence
inherited
startSequence() → ASN1Sequence
Subclasses may want to call this to start the encoding sequence. All controls start with the OID and a critical flag, followed by the optional encoded control values
inherited
toASN1() → ASN1Sequence
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

OID → const String
TYPE_ORDERING_RULE_ID → const int
TYPE_REVERSE_ORDER → const int