Class ModifyDnRequestFactory

    • Method Detail

      • encodeReverse

        public void encodeReverse​(LdapApiService codec,
                                  Asn1Buffer buffer,
                                  Message message)
        Encode the ModifyDnRequest message to a PDU.
        ModifyDNRequest :
         0x6C LL
           0x04 LL entry
           0x04 LL newRDN
           0x01 0x01 deleteOldRDN
           [0x80 LL newSuperior]
         
        Specified by:
        encodeReverse in interface Messagefactory
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the ModifyRequest to encode