Class CompareResponseDecorator

    • Constructor Detail

    • Method Detail

      • isTrue

        public boolean isTrue()
        Specified by:
        isTrue in interface CompareResponse
        Returns:
        true if the compare response is TRUE, false otherwise
      • computeLength

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