Class PasswordModifyResponseDecoder

    • Method Detail

      • decode

        public PasswordModifyResponse decode​(byte[] stream)
                                      throws DecoderException
        Decode a PDU which must contain a PwdModifyRequest extended operation. Note that the stream of bytes much contain a full PDU, not a partial one.
        Parameters:
        stream - The bytes to be decoded
        Returns:
        a PwdModifyRequest object
        Throws:
        DecoderException - If the decoding failed