Class ModifyResponseDecorator

    • Method Detail

      • computeLength

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