Class ModifyDnResponseDecorator

    • Method Detail

      • computeLength

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