Class SearchResultDoneDecorator

    • Method Detail

      • computeLength

        public int computeLength()
        Compute the SearchResultDone length
        SearchResultDone :
         0x65 L1 
           | 
           +--> LdapResult 
           
         L1 = Length(LdapResult) 
         Length(SearchResultDone) = Length(0x65) + Length(L1) + L1
         
        Specified by:
        computeLength in interface Asn1Object
        Returns:
        The object's computed length