jdk/src/share/classes/javax/naming/ldap/SortControl.java
changeset 25808 e113d0a0fde0
parent 23010 6dadb192ad81
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
   186     }
   186     }
   187 
   187 
   188     /*
   188     /*
   189      * Encodes the sort control's value using ASN.1 BER.
   189      * Encodes the sort control's value using ASN.1 BER.
   190      * The result includes the BER tag and length for the control's value but
   190      * The result includes the BER tag and length for the control's value but
   191      * does not include the control's object identifer and criticality setting.
   191      * does not include the control's object identifier and criticality setting.
   192      *
   192      *
   193      * @param   sortKeys    A non-null list of keys to sort by.
   193      * @param   sortKeys    A non-null list of keys to sort by.
   194      * @return A possibly null byte array representing the ASN.1 BER encoded
   194      * @return A possibly null byte array representing the ASN.1 BER encoded
   195      *         value of the sort control.
   195      *         value of the sort control.
   196      * @exception IOException If a BER encoding error occurs.
   196      * @exception IOException If a BER encoding error occurs.