Class DeleteResponseDecorator

    • Constructor Detail

    • Method Detail

      • computeLength

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