| java.lang.Object javax.naming.ldap.BasicControl javax.naming.ldap.SortControl
ASN1_SORTKEY | static ASN1Sequence ASN1_SORTKEY(Code) | | Represents the following ASN1 Syntax:
SortKey ::= SEQUENCE { attributeType AttributeDescription, orderingRule
[0] MatchingRuleId OPTIONAL, reverseOrder [1] BOOLEAN DEFAULT FALSE }
|
ASN1_SORTKEYLIST | static ASN1SequenceOf ASN1_SORTKEYLIST(Code) | | Represents the following ASN1 Syntax:
SortKeyList ::= SEQUENCE OF SortKey;
|
|
|