Control class abstract

An LDAP Control

Implementers

Constructors

Control()

Properties

hashCode int
The hash code for this object.
no setterinherited
isCritical bool
getter/setter pair
oid String
no setter
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
octetString2Sequence(ASN1OctetString s) → ASN1Sequence
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
toASN1() → ASN1Sequence
toString() String
A string representation of this object.
override

Operators

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

Static Methods

parseControls(ASN1Sequence obj) List<Control>

Constants

CONTROLS_TAG → const int